#95FB97

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

Shades of Pale Green #95FB97

Tints of Pale Green #95FB97

Color information

#95FB97 (or 0x95FB97) is unknown color: approx Pale Green. HEX triplet: 95, FB and 97. RGB value is (149,251,151). Sum of RGB (Red+Green+Blue) = 149+251+151=551 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.04% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #95FB97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FB97 is #6A0468. Grayscale: #D1D1D1. Windows color (decimal): -6947945 or 9960341. OLE color: 9960341.

HSL color Cylindrical-coordinate representation of color #95FB97: hue angle of 121.18º 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 #95FB97 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB149251151-
CMYK0.4100.400.02
HSL121.18º92.73%78.43%-
HSV(B)121.18º40.64%98.43%-
XYZ52.4877.6241.49-
YUV209.195.2185.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.04%
GREEN value IS 251 (98.44% from 255) = 45.55%
BLUE value IS 151 (59.38% from 255) = 27.40%
R=27.04%
G=45.55%
B=27.40%

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
Decimal1492511510.4100.400.02121.1892.7378.43
Hex95FB97290282795d4e
Octal225373227510502171135116
Binary100101011111101110010111101001010100010111100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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