Html Css Color HEX #75BA32 Lima

📋 copy color: '#75BA32'

red 117 ◦ green 186 ◦ blue 50

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

Shades of Lima #75BA32

Tints of Lima #75BA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.69%

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

R = 33.14%
G = 52.69%
B = 14.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#75BA32 (or 0x75BA32) is known color: Lima. HEX triplet: 75, BA and 32. RGB value is (117,186,50). Sum of RGB (Red+Green+Blue) = 117+186+50=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA32 is #8A45CD. Grayscale: #969696. Windows color (decimal): -9061838 or 3324533. OLE color: 3324533.

HSL color Cylindrical-coordinate representation of color #75BA32: hue angle of 90.44º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75BA32 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 186 50 -
CMYK 0.37 0 0.73 0.27
HSL 90.44º 0.58% 0.46% -
HSV(B) 90.44º 0.73% 0.73% -
XYZ 25.47 39.13 9.23 -
YUV 149.87 71.64 104.56 -
System Red Green Blue C M Y K H S L
Decimal 117 186 50 0.37 0 0.73 0.27 90.44 0.58 0.46
Hex 75 BA 32 25 0 49 1B 5A 3A 2E
Octal 165 272 62 45 0 111 33 132 72 56
Binary 1110101 10111010 110010 100101 0 1001001 11011 1011010 111010 101110

Color Harmonies of #75BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BA32

Black with #75BA32

Text Example


Text Example

White with #75BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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