Html Css Color HEX #93D072 Gossip

📋 copy color: '#93D072'

red 147 ◦ green 208 ◦ blue 114

#93D072
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #93D072

Tints of Gossip #93D072

RGB

 RED value IS 147 (57.81% from 255) = 31.34%

 GREEN value IS 208 (81.64% from 255) = 44.35%

 BLUE value IS 114 (44.92% from 255) = 24.31%

R = 31.34%
G = 44.35%
B = 24.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#93D072 (or 0x93D072) is known color: Gossip. HEX triplet: 93, D0 and 72. RGB value is (147,208,114). Sum of RGB (Red+Green+Blue) = 147+208+114=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #93D072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D072 is #6C2F8D. Grayscale: #B3B3B3. Windows color (decimal): -7090062 or 7524499. OLE color: 7524499.

HSL color Cylindrical-coordinate representation of color #93D072: hue angle of 98.94º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #93D072 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 147 208 114 -
CMYK 0.29 0 0.45 0.18
HSL 98.94º 0.5% 0.63% -
HSV(B) 98.94º 0.45% 0.82% -
XYZ 37.63 52.53 24.08 -
YUV 179.05 91.29 105.14 -
System Red Green Blue C M Y K H S L
Decimal 147 208 114 0.29 0 0.45 0.18 98.94 0.5 0.63
Hex 93 D0 72 1D 0 2D 12 63 32 3F
Octal 223 320 162 35 0 55 22 143 62 77
Binary 10010011 11010000 1110010 11101 0 101101 10010 1100011 110010 111111

Color Harmonies of #93D072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D072

Black with #93D072

Text Example


Text Example

White with #93D072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,208,114); }

 H1.HeaderClassName
 {
   color: #93D072;
 }
 .AnyTagClassName
 {
   color: #93D072;
 }
</style>

background-color css

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

 a { background-color: rgb(147,208,114); }

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

border-color css

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

 span { border-color: rgb(147,208,114); }

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