Html Css Color HEX #93D273 Gossip

📋 copy color: '#93D273'

red 147 ◦ green 210 ◦ blue 115

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

Shades of Gossip #93D273

Tints of Gossip #93D273

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.49%

 BLUE value IS 115 (45.31% from 255) = 24.36%

R = 31.14%
G = 44.49%
B = 24.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#93D273 (or 0x93D273) is known color: Gossip. HEX triplet: 93, D2 and 73. RGB value is (147,210,115). Sum of RGB (Red+Green+Blue) = 147+210+115=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #93D273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D273 is #6C2D8C. Grayscale: #B4B4B4. Windows color (decimal): -7089549 or 7590547. OLE color: 7590547.

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

Color convert

RGB 147 210 115 -
CMYK 0.30 0 0.45 0.18
HSL 99.79º 0.51% 0.64% -
HSV(B) 99.79º 0.45% 0.82% -
XYZ 38.17 53.53 24.54 -
YUV 180.33 91.13 104.22 -
System Red Green Blue C M Y K H S L
Decimal 147 210 115 0.30 0 0.45 0.18 99.79 0.51 0.64
Hex 93 D2 73 1E 0 2D 12 64 33 40
Octal 223 322 163 36 0 55 22 144 63 100
Binary 10010011 11010010 1110011 11110 0 101101 10010 1100100 110011 1000000

Color Harmonies of #93D273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D273

Black with #93D273

Text Example


Text Example

White with #93D273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,210,115); }

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

background-color css

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

 a { background-color: rgb(147,210,115); }

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

border-color css

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

 span { border-color: rgb(147,210,115); }

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