#95DD64

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

Shades of Gossip #95DD64

Tints of Gossip #95DD64

Color information

#95DD64 (or 0x95DD64) is unknown color: approx Gossip. HEX triplet: 95, DD and 64. RGB value is (149,221,100). Sum of RGB (Red+Green+Blue) = 149+221+100=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DD64 is #6A229B. Grayscale: #BABABA. Windows color (decimal): -6955676 or 6610325. OLE color: 6610325.

HSL color Cylindrical-coordinate representation of color #95DD64: hue angle of 95.7º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95DD64 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB149221100-
CMYK0.3300.550.13
HSL95.7º64.02%62.94%-
HSV(B)95.7º54.75%86.67%-
XYZ40.5559.0221.31-
YUV185.6879.65101.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.70%
GREEN value IS 221 (86.72% from 255) = 47.02%
BLUE value IS 100 (39.45% from 255) = 21.28%
R=31.70%
G=47.02%
B=21.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492211000.3300.550.1395.764.0262.94
Hex95DD6421037D60403f
Octal225335144410671514010077
Binary100101011101110111001001000010110111110111000001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,221,100); }

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

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

 a { background-color: rgb(149,221,100); }

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

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

 span { border-color: rgb(149,221,100); }

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