Html Css Color HEX #75BA35 Lima

📋 copy color: '#75BA35'

red 117 ◦ green 186 ◦ blue 53

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

Shades of Lima #75BA35

Tints of Lima #75BA35

RGB

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

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

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

R = 32.87%
G = 52.25%
B = 14.89%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#75BA35 (or 0x75BA35) is known color: Lima. HEX triplet: 75, BA and 35. RGB value is (117,186,53). Sum of RGB (Red+Green+Blue) = 117+186+53=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA35 is #8A45CA. Grayscale: #969696. Windows color (decimal): -9061835 or 3521141. OLE color: 3521141.

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

Color convert

RGB 117 186 53 -
CMYK 0.37 0 0.72 0.27
HSL 91.13º 0.56% 0.47% -
HSV(B) 91.13º 0.72% 0.73% -
XYZ 25.54 39.16 9.58 -
YUV 150.21 73.14 104.31 -
System Red Green Blue C M Y K H S L
Decimal 117 186 53 0.37 0 0.72 0.27 91.13 0.56 0.47
Hex 75 BA 35 25 0 48 1B 5B 38 2F
Octal 165 272 65 45 0 110 33 133 70 57
Binary 1110101 10111010 110101 100101 0 1001000 11011 1011011 111000 101111

Color Harmonies of #75BA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BA35

Black with #75BA35

Text Example


Text Example

White with #75BA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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