#95CF70

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

Shades of Gossip #95CF70

Tints of Gossip #95CF70

Color information

#95CF70 (or 0x95CF70) is unknown color: approx Gossip. HEX triplet: 95, CF and 70. RGB value is (149,207,112). Sum of RGB (Red+Green+Blue) = 149+207+112=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #95CF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CF70 is #6A308F. Grayscale: #B3B3B3. Windows color (decimal): -6959248 or 7393173. OLE color: 7393173.

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

Color convert

RGB149207112-
CMYK0.2800.460.19
HSL96.63º49.74%62.55%-
HSV(B)96.63º45.89%81.18%-
XYZ37.6352.1923.42-
YUV178.8390.28106.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.84%
GREEN value IS 207 (81.25% from 255) = 44.23%
BLUE value IS 112 (44.14% from 255) = 23.93%
R=31.84%
G=44.23%
B=23.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1492071120.2800.460.1996.6349.7462.55
Hex95CF701C02E1361323f
Octal22531716034056231416277
Binary10010101110011111110000111000101110100111100001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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