Html Css Color HEX #93D075 Gossip

📋 copy color: '#93D075'

red 147 ◦ green 208 ◦ blue 117

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

Shades of Gossip #93D075

Tints of Gossip #93D075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.79%

R = 31.14%
G = 44.07%
B = 24.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#93D075 (or 0x93D075) is known color: Gossip. HEX triplet: 93, D0 and 75. RGB value is (147,208,117). Sum of RGB (Red+Green+Blue) = 147+208+117=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #93D075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D075 is #6C2F8A. Grayscale: #B3B3B3. Windows color (decimal): -7090059 or 7721107. OLE color: 7721107.

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

Color convert

RGB 147 208 117 -
CMYK 0.29 0 0.44 0.18
HSL 100.22º 0.49% 0.64% -
HSV(B) 100.22º 0.44% 0.82% -
XYZ 37.8 52.6 24.99 -
YUV 179.39 92.79 104.9 -
System Red Green Blue C M Y K H S L
Decimal 147 208 117 0.29 0 0.44 0.18 100.22 0.49 0.64
Hex 93 D0 75 1D 0 2C 12 64 31 40
Octal 223 320 165 35 0 54 22 144 61 100
Binary 10010011 11010000 1110101 11101 0 101100 10010 1100100 110001 1000000

Color Harmonies of #93D075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D075

Black with #93D075

Text Example


Text Example

White with #93D075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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