#95F575

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

Shades of Light Green #95F575

Tints of Light Green #95F575

Color information

#95F575 (or 0x95F575) is unknown color: approx Light Green. HEX triplet: 95, F5 and 75. RGB value is (149,245,117). Sum of RGB (Red+Green+Blue) = 149+245+117=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #95F575 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F575 is #6A0A8A. Grayscale: #CACACA. Windows color (decimal): -6949515 or 7730581. OLE color: 7730581.

HSL color Cylindrical-coordinate representation of color #95F575: hue angle of 105º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95F575 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB149245117-
CMYK0.3900.520.04
HSL105º86.49%70.98%-
HSV(B)105º52.24%96.08%-
XYZ48.2672.9828.37-
YUV201.780.290.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.16%
GREEN value IS 245 (96.09% from 255) = 47.95%
BLUE value IS 117 (46.09% from 255) = 22.90%
R=29.16%
G=47.95%
B=22.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1492451170.3900.520.0410586.4970.98
Hex95F575270344695647
Octal225365165470644151126107
Binary100101011111010111101011001110110100100110100110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,245,117); }

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

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

 a { background-color: rgb(149,245,117); }

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

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

 span { border-color: rgb(149,245,117); }

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