Html Css Color HEX #75B520 Lima

📋 copy color: '#75B520'

red 117 ◦ green 181 ◦ blue 32

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

Shades of Lima #75B520

Tints of Lima #75B520

RGB

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

 GREEN value IS 181 (71.09% from 255) = 54.85%

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

R = 35.45%
G = 54.85%
B = 9.7%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#75B520 (or 0x75B520) is known color: Lima. HEX triplet: 75, B5 and 20. RGB value is (117,181,32). Sum of RGB (Red+Green+Blue) = 117+181+32=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 181 (71.09% from 255 or 54.85% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 181 - color contains mainly: green. Hex color #75B520 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B520 is #8A4ADF. Grayscale: #919191. Windows color (decimal): -9063136 or 2143605. OLE color: 2143605.

HSL color Cylindrical-coordinate representation of color #75B520: hue angle of 85.77º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75B520 is Cyan = 0.35, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 181 32 -
CMYK 0.35 0 0.82 0.29
HSL 85.77º 0.7% 0.42% -
HSV(B) 85.77º 0.82% 0.71% -
XYZ 24.12 36.93 7.22 -
YUV 144.88 64.3 108.12 -
System Red Green Blue C M Y K H S L
Decimal 117 181 32 0.35 0 0.82 0.29 85.77 0.7 0.42
Hex 75 B5 20 23 0 52 1D 56 46 2A
Octal 165 265 40 43 0 122 35 126 106 52
Binary 1110101 10110101 100000 100011 0 1010010 11101 1010110 1000110 101010

Color Harmonies of #75B520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B520

Black with #75B520

Text Example


Text Example

White with #75B520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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