#92DC7F

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

Shades of Gossip #92DC7F

Tints of Gossip #92DC7F

Color information

#92DC7F (or 0x92DC7F) is unknown color: approx Gossip. HEX triplet: 92, DC and 7F. RGB value is (146,220,127). Sum of RGB (Red+Green+Blue) = 146+220+127=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #92DC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DC7F is #6D2380. Grayscale: #BBBBBB. Windows color (decimal): -7152513 or 8379538. OLE color: 8379538.

HSL color Cylindrical-coordinate representation of color #92DC7F: hue angle of 107.74º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92DC7F is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB146220127-
CMYK0.3400.420.14
HSL107.74º57.06%68.04%-
HSV(B)107.74º42.27%86.27%-
XYZ41.2858.8329.26-
YUV187.2793.9898.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.61%
GREEN value IS 220 (86.33% from 255) = 44.62%
BLUE value IS 127 (50% from 255) = 25.76%
R=29.61%
G=44.62%
B=25.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462201270.3400.420.14107.7457.0668.04
Hex92DC7F2202AE6c3944
Octal222334177420521615471104
Binary100100101101110011111111000100101010111011011001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92DC7F; }

 p { color: rgb(146,220,127); }

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

<style>
 a { background-color: #92DC7F; }

 a { background-color: rgb(146,220,127); }

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

<style>
 span { border-color: #92DC7F; }

 span { border-color: rgb(146,220,127); }

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