#95F993

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

Shades of Pale Green #95F993

Tints of Pale Green #95F993

Color information

#95F993 (or 0x95F993) is unknown color: approx Pale Green. HEX triplet: 95, F9 and 93. RGB value is (149,249,147). Sum of RGB (Red+Green+Blue) = 149+249+147=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #95F993 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F993 is #6A066C. Grayscale: #CFCFCF. Windows color (decimal): -6948461 or 9697685. OLE color: 9697685.

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

Color convert

RGB149249147-
CMYK0.4000.410.02
HSL118.82º89.47%77.65%-
HSV(B)118.82º40.96%97.65%-
XYZ51.5476.2539.6-
YUV207.4793.8786.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.34%
GREEN value IS 249 (97.66% from 255) = 45.69%
BLUE value IS 147 (57.81% from 255) = 26.97%
R=27.34%
G=45.69%
B=26.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492491470.4000.410.02118.8289.4777.65
Hex95F99328029277594e
Octal225371223500512167131116
Binary100101011111100110010011101000010100110111011110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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