Html Css Color HEX #75B632 Lima

📋 copy color: '#75B632'

red 117 ◦ green 182 ◦ blue 50

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

Shades of Lima #75B632

Tints of Lima #75B632

RGB

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

 GREEN value IS 182 (71.48% from 255) = 52.15%

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

R = 33.52%
G = 52.15%
B = 14.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#75B632 (or 0x75B632) is known color: Lima. HEX triplet: 75, B6 and 32. RGB value is (117,182,50). Sum of RGB (Red+Green+Blue) = 117+182+50=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 182 (71.48% from 255 or 52.15% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 182 - color contains mainly: green. Hex color #75B632 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B632 is #8A49CD. Grayscale: #939393. Windows color (decimal): -9062862 or 3323509. OLE color: 3323509.

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

Color convert

RGB 117 182 50 -
CMYK 0.36 0 0.73 0.29
HSL 89.55º 0.57% 0.45% -
HSV(B) 89.55º 0.73% 0.71% -
XYZ 24.64 37.47 8.95 -
YUV 147.52 72.97 106.23 -
System Red Green Blue C M Y K H S L
Decimal 117 182 50 0.36 0 0.73 0.29 89.55 0.57 0.45
Hex 75 B6 32 24 0 49 1D 5A 39 2D
Octal 165 266 62 44 0 111 35 132 71 55
Binary 1110101 10110110 110010 100100 0 1001001 11101 1011010 111001 101101

Color Harmonies of #75B632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B632

Black with #75B632

Text Example


Text Example

White with #75B632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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