#95F991

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

Shades of Pale Green #95F991

Tints of Pale Green #95F991

Color information

#95F991 (or 0x95F991) is unknown color: approx Pale Green. HEX triplet: 95, F9 and 91. RGB value is (149,249,145). Sum of RGB (Red+Green+Blue) = 149+249+145=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 145 (57.03% from 255 or 26.70% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #95F991 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F991 is #6A066E. Grayscale: #CFCFCF. Windows color (decimal): -6948463 or 9566613. OLE color: 9566613.

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

Color convert

RGB149249145-
CMYK0.4000.420.02
HSL117.69º89.66%77.25%-
HSV(B)117.69º41.77%97.65%-
XYZ51.3876.1938.79-
YUV207.2492.8786.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.44%
GREEN value IS 249 (97.66% from 255) = 45.86%
BLUE value IS 145 (57.03% from 255) = 26.70%
R=27.44%
G=45.86%
B=26.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492491450.4000.420.02117.6989.6677.25
Hex95F9912802A2765a4d
Octal225371221500522166132115
Binary100101011111100110010001101000010101010111011010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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