#78E832

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

Shades of Atlantis #78E832

Tints of Atlantis #78E832

Color information

#78E832 (or 0x78E832) is unknown color: approx Atlantis. HEX triplet: 78, E8 and 32. RGB value is (120,232,50). Sum of RGB (Red+Green+Blue) = 120+232+50=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 232 (91.02% from 255 or 57.71% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 232 - color contains mainly: green. Hex color #78E832 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #78E832 is #8717CD. Grayscale: #B2B2B2. Windows color (decimal): -8853454 or 3336312. OLE color: 3336312.

HSL color Cylindrical-coordinate representation of color #78E832: hue angle of 96.92º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #78E832 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB12023250-
CMYK0.4800.780.09
HSL96.92º79.82%55.29%-
HSV(B)96.92º78.45%90.98%-
XYZ37.1861.9413.01-
YUV177.7655.8986.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.85%
GREEN value IS 232 (91.02% from 255) = 57.71%
BLUE value IS 50 (19.92% from 255) = 12.44%
R=29.85%
G=57.71%
B=12.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal120232500.4800.780.0996.9279.8255.29
Hex78E8323004E9615037
Octal170350626001161114112067
Binary11110001110100011001011000001001110100111000011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,232,50); }

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

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

 a { background-color: rgb(120,232,50); }

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

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

 span { border-color: rgb(120,232,50); }

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