#95FCB6

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

Shades of Pale Green #95FCB6

Tints of Pale Green #95FCB6

Color information

#95FCB6 (or 0x95FCB6) is unknown color: approx Pale Green. HEX triplet: 95, FC and B6. RGB value is (149,252,182). Sum of RGB (Red+Green+Blue) = 149+252+182=583 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.56% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #95FCB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FCB6 is #6A0349. Grayscale: #D5D5D5. Windows color (decimal): -6947658 or 11992213. OLE color: 11992213.

HSL color Cylindrical-coordinate representation of color #95FCB6: hue angle of 139.22º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FCB6 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB149252182-
CMYK0.4100.280.01
HSL139.22º94.5%78.63%-
HSV(B)139.22º40.87%98.82%-
XYZ55.6579.3956.65-
YUV213.22110.3882.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.56%
GREEN value IS 252 (98.83% from 255) = 43.22%
BLUE value IS 182 (71.48% from 255) = 31.22%
R=25.56%
G=43.22%
B=31.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1492521820.4100.280.01139.2294.578.63
Hex95FCB62901C18b5e4f
Octal225374266510341213136117
Binary10010101111111001011011010100101110011000101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,252,182); }

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

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

 a { background-color: rgb(149,252,182); }

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

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

 span { border-color: rgb(149,252,182); }

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