#94ef47

Color #94EF47 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #94EF47

Tints of Atlantis #94EF47

Color information

#94EF47 (or 0x94EF47) is unknown color: approx Atlantis. HEX triplet: 94, EF and 47. RGB value is (148,239,71). Sum of RGB (Red+Green+Blue) = 148+239+71=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 239 (93.75% from 255 or 52.18% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 239 - color contains mainly: green. Hex color #94EF47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94EF47 is #6B10B8. Grayscale: #C1C1C1. Windows color (decimal): -7016633 or 4714388. OLE color: 4714388.

HSL color Cylindrical-coordinate representation of color #94EF47: hue angle of 92.5º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94EF47 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB14823971-
CMYK0.3800.700.06
HSL92.5º84%60.78%-
HSV(B)92.5º70.29%93.73%-
XYZ44.2268.4816.85-
YUV192.6459.3596.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 32.31%
GREEN value IS 239 (93.75% from 255) = 52.18%
BLUE value IS 71 (28.12% from 255) = 15.50%
R=32.31%
G=52.18%
B=15.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal148239710.3800.700.0692.58460.78
Hex94EF472604665c543d
Octal224357107460106613412475
Binary100101001110111110001111001100100011011010111001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ef47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94ef47; }

 p { color: rgb(148,239,71); }

 H1.HeaderClassName
 {
   color: #94ef47;
 }
 .AnyTagClassName
 {
   color: #94ef47;
 }
</style>
background-color css

<style>
 a { background-color: #94ef47; }

 a { background-color: rgb(148,239,71); }

 div.DivClassName
 {
   background-color: #94ef47;
 }
 .BgClassName
 {
   background-color: #94ef47;
 }
</style>
border-color css

<style>
 span { border-color: #94ef47; }

 span { border-color: rgb(148,239,71); }

 td.TdClassName
 {
   border-color: #94ef47;
 }
 .TagClassName
 {
   border-color: #94ef47;
 }
</style>