Html Css Color HEX #75B535 Lima

📋 copy color: '#75B535'

red 117 ◦ green 181 ◦ blue 53

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

Shades of Lima #75B535

Tints of Lima #75B535

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.57%

 BLUE value IS 53 (21.09% from 255) = 15.1%

R = 33.33%
G = 51.57%
B = 15.1%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#75B535 (or 0x75B535) is known color: Lima. HEX triplet: 75, B5 and 35. RGB value is (117,181,53). Sum of RGB (Red+Green+Blue) = 117+181+53=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 181 (71.09% from 255 or 51.57% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 181 - color contains mainly: green. Hex color #75B535 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B535 is #8A4ACA. Grayscale: #939393. Windows color (decimal): -9063115 or 3519861. OLE color: 3519861.

HSL color Cylindrical-coordinate representation of color #75B535: hue angle of 90º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75B535 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 181 53 -
CMYK 0.35 0 0.71 0.29
HSL 90º 0.55% 0.46% -
HSV(B) 90º 0.71% 0.71% -
XYZ 24.5 37.09 9.24 -
YUV 147.27 74.8 106.41 -
System Red Green Blue C M Y K H S L
Decimal 117 181 53 0.35 0 0.71 0.29 90 0.55 0.46
Hex 75 B5 35 23 0 47 1D 5A 37 2E
Octal 165 265 65 43 0 107 35 132 67 56
Binary 1110101 10110101 110101 100011 0 1000111 11101 1011010 110111 101110

Color Harmonies of #75B535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B535

Black with #75B535

Text Example


Text Example

White with #75B535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,181,53); }

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

background-color css

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

 a { background-color: rgb(117,181,53); }

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

border-color css

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

 span { border-color: rgb(117,181,53); }

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