#95f972

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

Shades of Light Green #95F972

Tints of Light Green #95F972

Color information

#95F972 (or 0x95F972) is unknown color: approx Light Green. HEX triplet: 95, F9 and 72. RGB value is (149,249,114). Sum of RGB (Red+Green+Blue) = 149+249+114=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #95F972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F972 is #6A068D. Grayscale: #CCCCCC. Windows color (decimal): -6948494 or 7534997. OLE color: 7534997.

HSL color Cylindrical-coordinate representation of color #95F972: hue angle of 104.44º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95F972 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB149249114-
CMYK0.4000.540.02
HSL104.44º91.84%71.18%-
HSV(B)104.44º54.22%97.65%-
XYZ49.3175.3627.87-
YUV203.7177.3788.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.10%
GREEN value IS 249 (97.66% from 255) = 48.63%
BLUE value IS 114 (44.92% from 255) = 22.27%
R=29.10%
G=48.63%
B=22.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492491140.4000.540.02104.4491.8471.18
Hex95F972280362685c47
Octal225371162500662150134107
Binary10010101111110011110010101000011011010110100010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95f972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95f972; }

 p { color: rgb(149,249,114); }

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

<style>
 a { background-color: #95f972; }

 a { background-color: rgb(149,249,114); }

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

<style>
 span { border-color: #95f972; }

 span { border-color: rgb(149,249,114); }

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