Html Css Color HEX #75AE32 Lima

📋 copy color: '#75AE32'

red 117 ◦ green 174 ◦ blue 50

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

Shades of Lima #75AE32

Tints of Lima #75AE32

RGB

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

 GREEN value IS 174 (68.36% from 255) = 51.03%

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

R = 34.31%
G = 51.03%
B = 14.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#75AE32 (or 0x75AE32) is known color: Lima. HEX triplet: 75, AE and 32. RGB value is (117,174,50). Sum of RGB (Red+Green+Blue) = 117+174+50=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 174 (68.36% from 255 or 51.03% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 174 - color contains mainly: green. Hex color #75AE32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AE32 is #8A51CD. Grayscale: #8F8F8F. Windows color (decimal): -9064910 or 3321461. OLE color: 3321461.

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

Color convert

RGB 117 174 50 -
CMYK 0.33 0 0.71 0.32
HSL 87.58º 0.55% 0.44% -
HSV(B) 87.58º 0.71% 0.68% -
XYZ 23.05 34.28 8.42 -
YUV 142.82 75.62 109.58 -
System Red Green Blue C M Y K H S L
Decimal 117 174 50 0.33 0 0.71 0.32 87.58 0.55 0.44
Hex 75 AE 32 21 0 47 20 58 37 2C
Octal 165 256 62 41 0 107 40 130 67 54
Binary 1110101 10101110 110010 100001 0 1000111 100000 1011000 110111 101100

Color Harmonies of #75AE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AE32

Black with #75AE32

Text Example


Text Example

White with #75AE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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