#78FB94

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

Shades of Light Green #78FB94

Tints of Light Green #78FB94

Color information

#78FB94 (or 0x78FB94) is unknown color: approx Light Green. HEX triplet: 78, FB and 94. RGB value is (120,251,148). Sum of RGB (Red+Green+Blue) = 120+251+148=519 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.12% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #78FB94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78FB94 is #87046B. Grayscale: #C8C8C8. Windows color (decimal): -8848492 or 9763704. OLE color: 9763704.

HSL color Cylindrical-coordinate representation of color #78FB94: hue angle of 132.82º 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 #78FB94 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB120251148-
CMYK0.5200.410.02
HSL132.82º94.24%72.75%-
HSV(B)132.82º52.19%98.43%-
XYZ47.5975.1340.01-
YUV200.0998.670.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.12%
GREEN value IS 251 (98.44% from 255) = 48.36%
BLUE value IS 148 (58.20% from 255) = 28.52%
R=23.12%
G=48.36%
B=28.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1202511480.5200.410.02132.8294.2472.75
Hex78FB94340292855e49
Octal170373224640512205136111
Binary111100011111011100101001101000101001101000010110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78FB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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