Html Css Color HEX #75B732 Lima

📋 copy color: '#75B732'

red 117 ◦ green 183 ◦ blue 50

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

Shades of Lima #75B732

Tints of Lima #75B732

RGB

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

 GREEN value IS 183 (71.88% from 255) = 52.29%

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

R = 33.43%
G = 52.29%
B = 14.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#75B732 (or 0x75B732) is known color: Lima. HEX triplet: 75, B7 and 32. RGB value is (117,183,50). Sum of RGB (Red+Green+Blue) = 117+183+50=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #75B732 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B732 is #8A48CD. Grayscale: #949494. Windows color (decimal): -9062606 or 3323765. OLE color: 3323765.

HSL color Cylindrical-coordinate representation of color #75B732: hue angle of 89.77º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75B732 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 183 50 -
CMYK 0.36 0 0.73 0.28
HSL 89.77º 0.57% 0.46% -
HSV(B) 89.77º 0.73% 0.72% -
XYZ 24.85 37.88 9.02 -
YUV 148.1 72.63 105.81 -
System Red Green Blue C M Y K H S L
Decimal 117 183 50 0.36 0 0.73 0.28 89.77 0.57 0.46
Hex 75 B7 32 24 0 49 1C 5A 39 2E
Octal 165 267 62 44 0 111 34 132 71 56
Binary 1110101 10110111 110010 100100 0 1001001 11100 1011010 111001 101110

Color Harmonies of #75B732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B732

Black with #75B732

Text Example


Text Example

White with #75B732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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