#95CF71

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

Shades of Gossip #95CF71

Tints of Gossip #95CF71

Color information

#95CF71 (or 0x95CF71) is unknown color: approx Gossip. HEX triplet: 95, CF and 71. RGB value is (149,207,113). Sum of RGB (Red+Green+Blue) = 149+207+113=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #95CF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CF71 is #6A308E. Grayscale: #B3B3B3. Windows color (decimal): -6959247 or 7458709. OLE color: 7458709.

HSL color Cylindrical-coordinate representation of color #95CF71: hue angle of 97.02º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95CF71 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB149207113-
CMYK0.2800.450.19
HSL97.02º49.47%62.75%-
HSV(B)97.02º45.41%81.18%-
XYZ37.6952.2123.71-
YUV178.9490.78106.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.77%
GREEN value IS 207 (81.25% from 255) = 44.14%
BLUE value IS 113 (44.53% from 255) = 24.09%
R=31.77%
G=44.14%
B=24.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1492071130.2800.450.1997.0249.4762.75
Hex95CF711C02D1361313f
Octal22531716134055231416177
Binary10010101110011111110001111000101101100111100001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,207,113); }

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

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

 a { background-color: rgb(149,207,113); }

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

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

 span { border-color: rgb(149,207,113); }

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