#78FBA0

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

Shades of Light Green #78FBA0

Tints of Light Green #78FBA0

Color information

#78FBA0 (or 0x78FBA0) is unknown color: approx Light Green. HEX triplet: 78, FB and A0. RGB value is (120,251,160). Sum of RGB (Red+Green+Blue) = 120+251+160=531 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.60% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #78FBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78FBA0 is #87045F. Grayscale: #C9C9C9. Windows color (decimal): -8848480 or 10550136. OLE color: 10550136.

HSL color Cylindrical-coordinate representation of color #78FBA0: hue angle of 138.32º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78FBA0 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB120251160-
CMYK0.5200.360.02
HSL138.32º94.24%72.75%-
HSV(B)138.32º52.19%98.43%-
XYZ48.5975.5345.27-
YUV201.46104.669.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.60%
GREEN value IS 251 (98.44% from 255) = 47.27%
BLUE value IS 160 (62.89% from 255) = 30.13%
R=22.60%
G=47.27%
B=30.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1202511600.5200.360.02138.3294.2472.75
Hex78FBA03402428a5e49
Octal170373240640442212136111
Binary111100011111011101000001101000100100101000101010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78FBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,251,160); }

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

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

 a { background-color: rgb(120,251,160); }

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

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

 span { border-color: rgb(120,251,160); }

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