#94FB78

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

Shades of Light Green #94FB78

Tints of Light Green #94FB78

Color information

#94FB78 (or 0x94FB78) is unknown color: approx Light Green. HEX triplet: 94, FB and 78. RGB value is (148,251,120). Sum of RGB (Red+Green+Blue) = 148+251+120=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #94FB78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FB78 is #6B0487. Grayscale: #CDCDCD. Windows color (decimal): -7013512 or 7928724. OLE color: 7928724.

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

Color convert

RGB148251120-
CMYK0.4100.520.02
HSL107.18º94.24%72.75%-
HSV(B)107.18º52.19%98.43%-
XYZ50.176.6529.92-
YUV205.2779.8887.15-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482511200.4100.520.02107.1894.2472.75
Hex94FB782903426b5e49
Octal224373170510642153136111
Binary10010100111110111111000101001011010010110101110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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