Html Css Color HEX #75BA36 Lima

📋 copy color: '#75BA36'

red 117 ◦ green 186 ◦ blue 54

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

Shades of Lima #75BA36

Tints of Lima #75BA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.13%

R = 32.77%
G = 52.1%
B = 15.13%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#75BA36 (or 0x75BA36) is known color: Lima. HEX triplet: 75, BA and 36. RGB value is (117,186,54). Sum of RGB (Red+Green+Blue) = 117+186+54=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA36 is #8A45C9. Grayscale: #969696. Windows color (decimal): -9061834 or 3586677. OLE color: 3586677.

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

Color convert

RGB 117 186 54 -
CMYK 0.37 0 0.71 0.27
HSL 91.36º 0.55% 0.47% -
HSV(B) 91.36º 0.71% 0.73% -
XYZ 25.56 39.17 9.7 -
YUV 150.32 73.64 104.23 -
System Red Green Blue C M Y K H S L
Decimal 117 186 54 0.37 0 0.71 0.27 91.36 0.55 0.47
Hex 75 BA 36 25 0 47 1B 5B 37 2F
Octal 165 272 66 45 0 107 33 133 67 57
Binary 1110101 10111010 110110 100101 0 1000111 11011 1011011 110111 101111

Color Harmonies of #75BA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BA36

Black with #75BA36

Text Example


Text Example

White with #75BA36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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