#95FB98

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

Shades of Pale Green #95FB98

Tints of Pale Green #95FB98

Color information

#95FB98 (or 0x95FB98) is unknown color: approx Pale Green. HEX triplet: 95, FB and 98. RGB value is (149,251,152). Sum of RGB (Red+Green+Blue) = 149+251+152=552 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.99% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #95FB98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FB98 is #6A0467. Grayscale: #D1D1D1. Windows color (decimal): -6947944 or 10025877. OLE color: 10025877.

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

Color convert

RGB149251152-
CMYK0.4100.390.02
HSL121.76º92.73%78.43%-
HSV(B)121.76º40.64%98.43%-
XYZ52.5677.6541.92-
YUV209.2295.7185.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.99%
GREEN value IS 251 (98.44% from 255) = 45.47%
BLUE value IS 152 (59.77% from 255) = 27.54%
R=26.99%
G=45.47%
B=27.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492511520.4100.390.02121.7692.7378.43
Hex95FB982902727a5d4e
Octal225373230510472172135116
Binary100101011111101110011000101001010011110111101010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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