Html Css Color HEX #75AF20 Lima

📋 copy color: '#75AF20'

red 117 ◦ green 175 ◦ blue 32

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

Shades of Lima #75AF20

Tints of Lima #75AF20

RGB

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

 GREEN value IS 175 (68.75% from 255) = 54.01%

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

R = 36.11%
G = 54.01%
B = 9.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#75AF20 (or 0x75AF20) is known color: Lima. HEX triplet: 75, AF and 20. RGB value is (117,175,32). Sum of RGB (Red+Green+Blue) = 117+175+32=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AF20 is #8A50DF. Grayscale: #8D8D8D. Windows color (decimal): -9064672 or 2142069. OLE color: 2142069.

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

Color convert

RGB 117 175 32 -
CMYK 0.33 0 0.82 0.31
HSL 84.34º 0.69% 0.41% -
HSV(B) 84.34º 0.82% 0.69% -
XYZ 22.93 34.55 6.83 -
YUV 141.36 66.28 110.63 -
System Red Green Blue C M Y K H S L
Decimal 117 175 32 0.33 0 0.82 0.31 84.34 0.69 0.41
Hex 75 AF 20 21 0 52 1F 54 45 29
Octal 165 257 40 41 0 122 37 124 105 51
Binary 1110101 10101111 100000 100001 0 1010010 11111 1010100 1000101 101001

Color Harmonies of #75AF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AF20

Black with #75AF20

Text Example


Text Example

White with #75AF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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