#93CD7F

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

Shades of Gossip #93CD7F

Tints of Gossip #93CD7F

Color information

#93CD7F (or 0x93CD7F) is unknown color: approx Gossip. HEX triplet: 93, CD and 7F. RGB value is (147,205,127). Sum of RGB (Red+Green+Blue) = 147+205+127=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #93CD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CD7F is #6C3280. Grayscale: #B3B3B3. Windows color (decimal): -7090817 or 8375699. OLE color: 8375699.

HSL color Cylindrical-coordinate representation of color #93CD7F: hue angle of 104.62º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93CD7F is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB147205127-
CMYK0.2800.380.20
HSL104.62º43.82%65.1%-
HSV(B)104.62º38.05%80.39%-
XYZ37.6951.428.01-
YUV178.7798.78105.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.69%
GREEN value IS 205 (80.47% from 255) = 42.80%
BLUE value IS 127 (50% from 255) = 26.51%
R=30.69%
G=42.80%
B=26.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1472051270.2800.380.20104.6243.8265.1
Hex93CD7F1C02614692c41
Octal223315177340462415154101
Binary100100111100110111111111110001001101010011010011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93CD7F; }

 p { color: rgb(147,205,127); }

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

<style>
 a { background-color: #93CD7F; }

 a { background-color: rgb(147,205,127); }

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

<style>
 span { border-color: #93CD7F; }

 span { border-color: rgb(147,205,127); }

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