#95F297

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

Shades of Light Green #95F297

Tints of Light Green #95F297

Color information

#95F297 (or 0x95F297) is unknown color: approx Light Green. HEX triplet: 95, F2 and 97. RGB value is (149,242,151). Sum of RGB (Red+Green+Blue) = 149+242+151=542 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.49% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 151 (59.38% from 255 or 27.86% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #95F297 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F297 is #6A0D68. Grayscale: #CCCCCC. Windows color (decimal): -6950249 or 9958037. OLE color: 9958037.

HSL color Cylindrical-coordinate representation of color #95F297: hue angle of 121.29º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F297 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB149242151-
CMYK0.3800.380.05
HSL121.29º78.15%76.67%-
HSV(B)121.29º38.43%94.9%-
XYZ49.7372.1340.58-
YUV203.8298.1988.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.49%
GREEN value IS 242 (94.92% from 255) = 44.65%
BLUE value IS 151 (59.38% from 255) = 27.86%
R=27.49%
G=44.65%
B=27.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492421510.3800.380.05121.2978.1576.67
Hex95F297260265794e4d
Octal225362227460465171116115
Binary1001010111110010100101111001100100110101111100110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,242,151); }

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

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

 a { background-color: rgb(149,242,151); }

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

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

 span { border-color: rgb(149,242,151); }

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