#94F87E

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

Shades of Light Green #94F87E

Tints of Light Green #94F87E

Color information

#94F87E (or 0x94F87E) is unknown color: approx Light Green. HEX triplet: 94, F8 and 7E. RGB value is (148,248,126). Sum of RGB (Red+Green+Blue) = 148+248+126=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 248 (97.27% from 255 or 47.51% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 248 - color contains mainly: green. Hex color #94F87E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F87E is #6B0781. Grayscale: #CCCCCC. Windows color (decimal): -7014274 or 8321172. OLE color: 8321172.

HSL color Cylindrical-coordinate representation of color #94F87E: hue angle of 109.18º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94F87E is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB148248126-
CMYK0.4000.490.03
HSL109.18º89.71%73.33%-
HSV(B)109.18º49.19%97.25%-
XYZ49.5574.9431.59-
YUV204.1983.8787.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.35%
GREEN value IS 248 (97.27% from 255) = 47.51%
BLUE value IS 126 (49.61% from 255) = 24.14%
R=28.35%
G=47.51%
B=24.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1482481260.4000.490.03109.1889.7173.33
Hex94F87E2803136d5a49
Octal224370176500613155132111
Binary10010100111110001111110101000011000111110110110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,248,126); }

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

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

 a { background-color: rgb(148,248,126); }

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

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

 span { border-color: rgb(148,248,126); }

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