#95CE70

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

Shades of Gossip #95CE70

Tints of Gossip #95CE70

Color information

#95CE70 (or 0x95CE70) is unknown color: approx Gossip. HEX triplet: 95, CE and 70. RGB value is (149,206,112). Sum of RGB (Red+Green+Blue) = 149+206+112=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CE70 is #6A318F. Grayscale: #B2B2B2. Windows color (decimal): -6959504 or 7392917. OLE color: 7392917.

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

Color convert

RGB149206112-
CMYK0.2800.460.19
HSL96.38º48.96%62.35%-
HSV(B)96.38º45.63%80.78%-
XYZ37.3951.723.34-
YUV178.2490.62107.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.91%
GREEN value IS 206 (80.86% from 255) = 44.11%
BLUE value IS 112 (44.14% from 255) = 23.98%
R=31.91%
G=44.11%
B=23.98%

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
Decimal1492061120.2800.460.1996.3848.9662.35
Hex95CE701C02E1360313e
Octal22531616034056231406176
Binary10010101110011101110000111000101110100111100000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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