#95CD70

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

Shades of Gossip #95CD70

Tints of Gossip #95CD70

Color information

#95CD70 (or 0x95CD70) is unknown color: approx Gossip. HEX triplet: 95, CD and 70. RGB value is (149,205,112). Sum of RGB (Red+Green+Blue) = 149+205+112=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #95CD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CD70 is #6A328F. Grayscale: #B1B1B1. Windows color (decimal): -6959760 or 7392661. OLE color: 7392661.

HSL color Cylindrical-coordinate representation of color #95CD70: hue angle of 96.13º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95CD70 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB149205112-
CMYK0.2700.450.20
HSL96.13º48.19%62.16%-
HSV(B)96.13º45.37%80.39%-
XYZ37.1551.2223.26-
YUV177.6590.95107.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.97%
GREEN value IS 205 (80.47% from 255) = 43.99%
BLUE value IS 112 (44.14% from 255) = 24.03%
R=31.97%
G=43.99%
B=24.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492051120.2700.450.2096.1348.1962.16
Hex95CD701B02D1460303e
Octal22531516033055241406076
Binary10010101110011011110000110110101101101001100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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