#78e036

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

Shades of Atlantis #78E036

Tints of Atlantis #78E036

Color information

#78E036 (or 0x78E036) is unknown color: approx Atlantis. HEX triplet: 78, E0 and 36. RGB value is (120,224,54). Sum of RGB (Red+Green+Blue) = 120+224+54=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 224 (87.89% from 255 or 56.28% from 398); Blue value is 54 (21.48% from 255 or 13.57% from 398); Max value from RGB is 224 - color contains mainly: green. Hex color #78E036 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78E036 is #871FC9. Grayscale: #AEAEAE. Windows color (decimal): -8855498 or 3596408. OLE color: 3596408.

HSL color Cylindrical-coordinate representation of color #78E036: hue angle of 96.71º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78E036 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB12022454-
CMYK0.4600.760.12
HSL96.71º73.28%54.51%-
HSV(B)96.71º75.89%87.84%-
XYZ35.0757.5712.75-
YUV173.5260.5489.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.15%
GREEN value IS 224 (87.89% from 255) = 56.28%
BLUE value IS 54 (21.48% from 255) = 13.57%
R=30.15%
G=56.28%
B=13.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal120224540.4600.760.1296.7173.2854.51
Hex78E0362E04CC614937
Octal170340665601141414111167
Binary11110001110000011011010111001001100110011000011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78e036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78e036; }

 p { color: rgb(120,224,54); }

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

<style>
 a { background-color: #78e036; }

 a { background-color: rgb(120,224,54); }

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

<style>
 span { border-color: #78e036; }

 span { border-color: rgb(120,224,54); }

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