#95FC72

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

Shades of Light Green #95FC72

Tints of Light Green #95FC72

Color information

#95FC72 (or 0x95FC72) is unknown color: approx Light Green. HEX triplet: 95, FC and 72. RGB value is (149,252,114). Sum of RGB (Red+Green+Blue) = 149+252+114=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #95FC72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95FC72 is #6A038D. Grayscale: #CDCDCD. Windows color (decimal): -6947726 or 7535765. OLE color: 7535765.

HSL color Cylindrical-coordinate representation of color #95FC72: hue angle of 104.78º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95FC72 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB149252114-
CMYK0.4100.550.01
HSL104.78º95.83%71.76%-
HSV(B)104.78º54.76%98.82%-
XYZ50.2477.2328.18-
YUV205.4776.3887.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.93%
GREEN value IS 252 (98.83% from 255) = 48.93%
BLUE value IS 114 (44.92% from 255) = 22.14%
R=28.93%
G=48.93%
B=22.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1492521140.4100.550.01104.7895.8371.76
Hex95FC72290371696048
Octal225374162510671151140110
Binary1001010111111100111001010100101101111110100111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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