#95E072

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

Shades of Gossip #95E072

Tints of Gossip #95E072

Color information

#95E072 (or 0x95E072) is unknown color: approx Gossip. HEX triplet: 95, E0 and 72. RGB value is (149,224,114). Sum of RGB (Red+Green+Blue) = 149+224+114=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #95E072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E072 is #6A1F8D. Grayscale: #BDBDBD. Windows color (decimal): -6954894 or 7528597. OLE color: 7528597.

HSL color Cylindrical-coordinate representation of color #95E072: hue angle of 100.91º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95E072 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB149224114-
CMYK0.3300.490.12
HSL100.91º63.95%66.27%-
HSV(B)100.91º49.11%87.84%-
XYZ42.0960.9225.46-
YUV189.0485.6599.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.60%
GREEN value IS 224 (87.89% from 255) = 46.00%
BLUE value IS 114 (44.92% from 255) = 23.41%
R=30.60%
G=46.00%
B=23.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492241140.3300.490.12100.9163.9566.27
Hex95E07221031C654042
Octal2253401624106114145100102
Binary1001010111100000111001010000101100011100110010110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,224,114); }

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

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

 a { background-color: rgb(149,224,114); }

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

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

 span { border-color: rgb(149,224,114); }

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