Html Css Color HEX #75AF32 Lima

📋 copy color: '#75AF32'

red 117 ◦ green 175 ◦ blue 50

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

Shades of Lima #75AF32

Tints of Lima #75AF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.62%

R = 34.21%
G = 51.17%
B = 14.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#75AF32 (or 0x75AF32) is known color: Lima. HEX triplet: 75, AF and 32. RGB value is (117,175,50). Sum of RGB (Red+Green+Blue) = 117+175+50=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AF32 is #8A50CD. Grayscale: #8F8F8F. Windows color (decimal): -9064654 or 3321717. OLE color: 3321717.

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

Color convert

RGB 117 175 50 -
CMYK 0.33 0 0.71 0.31
HSL 87.84º 0.56% 0.44% -
HSV(B) 87.84º 0.71% 0.69% -
XYZ 23.24 34.67 8.49 -
YUV 143.41 75.28 109.16 -
System Red Green Blue C M Y K H S L
Decimal 117 175 50 0.33 0 0.71 0.31 87.84 0.56 0.44
Hex 75 AF 32 21 0 47 1F 58 38 2C
Octal 165 257 62 41 0 107 37 130 70 54
Binary 1110101 10101111 110010 100001 0 1000111 11111 1011000 111000 101100

Color Harmonies of #75AF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AF32

Black with #75AF32

Text Example


Text Example

White with #75AF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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