Html Css Color HEX #75AA25 Lima

📋 copy color: '#75AA25'

red 117 ◦ green 170 ◦ blue 37

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

Shades of Lima #75AA25

Tints of Lima #75AA25

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.47%

 BLUE value IS 37 (14.84% from 255) = 11.42%

R = 36.11%
G = 52.47%
B = 11.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#75AA25 (or 0x75AA25) is known color: Lima. HEX triplet: 75, AA and 25. RGB value is (117,170,37). Sum of RGB (Red+Green+Blue) = 117+170+37=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AA25 is #8A55DA. Grayscale: #8B8B8B. Windows color (decimal): -9065947 or 2468469. OLE color: 2468469.

HSL color Cylindrical-coordinate representation of color #75AA25: hue angle of 83.91º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75AA25 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 170 37 -
CMYK 0.31 0 0.78 0.33
HSL 83.91º 0.64% 0.41% -
HSV(B) 83.91º 0.78% 0.67% -
XYZ 22.04 32.66 6.89 -
YUV 138.99 70.44 112.31 -
System Red Green Blue C M Y K H S L
Decimal 117 170 37 0.31 0 0.78 0.33 83.91 0.64 0.41
Hex 75 AA 25 1F 0 4E 21 54 40 29
Octal 165 252 45 37 0 116 41 124 100 51
Binary 1110101 10101010 100101 11111 0 1001110 100001 1010100 1000000 101001

Color Harmonies of #75AA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AA25

Black with #75AA25

Text Example


Text Example

White with #75AA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,170,37); }

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

background-color css

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

 a { background-color: rgb(117,170,37); }

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

border-color css

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

 span { border-color: rgb(117,170,37); }

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