#95FB96

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

Shades of Pale Green #95FB96

Tints of Pale Green #95FB96

Color information

#95FB96 (or 0x95FB96) is unknown color: approx Pale Green. HEX triplet: 95, FB and 96. RGB value is (149,251,150). Sum of RGB (Red+Green+Blue) = 149+251+150=550 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.09% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #95FB96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FB96 is #6A0469. Grayscale: #D1D1D1. Windows color (decimal): -6947946 or 9894805. OLE color: 9894805.

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

Color convert

RGB149251150-
CMYK0.4100.400.02
HSL120.59º92.73%78.43%-
HSV(B)120.59º40.64%98.43%-
XYZ52.477.5941.07-
YUV208.9994.7185.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.09%
GREEN value IS 251 (98.44% from 255) = 45.64%
BLUE value IS 150 (58.98% from 255) = 27.27%
R=27.09%
G=45.64%
B=27.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492511500.4100.400.02120.5992.7378.43
Hex95FB96290282795d4e
Octal225373226510502171135116
Binary100101011111101110010110101001010100010111100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,251,150); }

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

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

 a { background-color: rgb(149,251,150); }

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

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

 span { border-color: rgb(149,251,150); }

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