#95CE6F

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

Shades of Gossip #95CE6F

Tints of Gossip #95CE6F

Color information

#95CE6F (or 0x95CE6F) is unknown color: approx Gossip. HEX triplet: 95, CE and 6F. RGB value is (149,206,111). Sum of RGB (Red+Green+Blue) = 149+206+111=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CE6F is #6A3190. Grayscale: #B2B2B2. Windows color (decimal): -6959505 or 7327381. OLE color: 7327381.

HSL color Cylindrical-coordinate representation of color #95CE6F: hue angle of 96º 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 #95CE6F is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB149206111-
CMYK0.2800.460.19
HSL96º49.22%62.16%-
HSV(B)96º46.12%80.78%-
XYZ37.3351.6823.05-
YUV178.1390.12107.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.97%
GREEN value IS 206 (80.86% from 255) = 44.21%
BLUE value IS 111 (43.75% from 255) = 23.82%
R=31.97%
G=44.21%
B=23.82%

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
Decimal1492061110.2800.460.199649.2262.16
Hex95CE6F1C02E1360313e
Octal22531615734056231406176
Binary10010101110011101101111111000101110100111100000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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