Html Css Color HEX #75AD20 Lima

📋 copy color: '#75AD20'

red 117 ◦ green 173 ◦ blue 32

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

Shades of Lima #75AD20

Tints of Lima #75AD20

RGB

 RED value IS 117 (46.09% from 255) = 36.34%

 GREEN value IS 173 (67.97% from 255) = 53.73%

 BLUE value IS 32 (12.89% from 255) = 9.94%

R = 36.34%
G = 53.73%
B = 9.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#75AD20 (or 0x75AD20) is known color: Lima. HEX triplet: 75, AD and 20. RGB value is (117,173,32). Sum of RGB (Red+Green+Blue) = 117+173+32=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 173 (67.97% from 255 or 53.73% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AD20 is #8A52DF. Grayscale: #8C8C8C. Windows color (decimal): -9065184 or 2141557. OLE color: 2141557.

HSL color Cylindrical-coordinate representation of color #75AD20: hue angle of 83.83º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75AD20 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 173 32 -
CMYK 0.32 0 0.82 0.32
HSL 83.83º 0.69% 0.4% -
HSV(B) 83.83º 0.82% 0.68% -
XYZ 22.54 33.77 6.7 -
YUV 140.18 66.95 111.46 -
System Red Green Blue C M Y K H S L
Decimal 117 173 32 0.32 0 0.82 0.32 83.83 0.69 0.4
Hex 75 AD 20 20 0 52 20 54 45 28
Octal 165 255 40 40 0 122 40 124 105 50
Binary 1110101 10101101 100000 100000 0 1010010 100000 1010100 1000101 101000

Color Harmonies of #75AD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AD20

Black with #75AD20

Text Example


Text Example

White with #75AD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75AD20; }

 p { color: rgb(117,173,32); }

 H1.HeaderClassName
 {
   color: #75AD20;
 }
 .AnyTagClassName
 {
   color: #75AD20;
 }
</style>

background-color css

<style>
 a { background-color: #75AD20; }

 a { background-color: rgb(117,173,32); }

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

border-color css

<style>
 span { border-color: #75AD20; }

 span { border-color: rgb(117,173,32); }

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