#94FF72

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

Shades of Light Green #94FF72

Tints of Light Green #94FF72

Color information

#94FF72 (or 0x94FF72) is unknown color: approx Light Green. HEX triplet: 94, FF and 72. RGB value is (148,255,114). Sum of RGB (Red+Green+Blue) = 148+255+114=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FF72 is #6B008D. Grayscale: #CFCFCF. Windows color (decimal): -7012494 or 7536532. OLE color: 7536532.

HSL color Cylindrical-coordinate representation of color #94FF72: hue angle of 105.53º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94FF72 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB148255114-
CMYK0.4200.550
HSL105.53º100%72.35%-
HSV(B)105.53º55.29%100%-
XYZ51.0179.0328.49-
YUV206.9375.5585.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.63%
GREEN value IS 255 (100% from 255) = 49.32%
BLUE value IS 114 (44.92% from 255) = 22.05%
R=28.63%
G=49.32%
B=22.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1482551140.4200.550105.5310072.35
Hex94FF722A03706a6448
Octal224377162520670152144110
Binary1001010011111111111001010101001101110110101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,255,114); }

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

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

 a { background-color: rgb(148,255,114); }

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

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

 span { border-color: rgb(148,255,114); }

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