Html Css Color HEX #75A925 Lima

📋 copy color: '#75A925'

red 117 ◦ green 169 ◦ blue 37

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

Shades of Lima #75A925

Tints of Lima #75A925

RGB

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

 GREEN value IS 169 (66.41% from 255) = 52.32%

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

R = 36.22%
G = 52.32%
B = 11.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#75A925 (or 0x75A925) is known color: Lima. HEX triplet: 75, A9 and 25. RGB value is (117,169,37). Sum of RGB (Red+Green+Blue) = 117+169+37=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 169 (66.41% from 255 or 52.32% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 169 - color contains mainly: green. Hex color #75A925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A925 is #8A56DA. Grayscale: #8A8A8A. Windows color (decimal): -9066203 or 2468213. OLE color: 2468213.

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

Color convert

RGB 117 169 37 -
CMYK 0.31 0 0.78 0.34
HSL 83.64º 0.64% 0.4% -
HSV(B) 83.64º 0.78% 0.66% -
XYZ 21.86 32.29 6.83 -
YUV 138.4 70.77 112.73 -
System Red Green Blue C M Y K H S L
Decimal 117 169 37 0.31 0 0.78 0.34 83.64 0.64 0.4
Hex 75 A9 25 1F 0 4E 22 54 40 28
Octal 165 251 45 37 0 116 42 124 100 50
Binary 1110101 10101001 100101 11111 0 1001110 100010 1010100 1000000 101000

Color Harmonies of #75A925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A925

Black with #75A925

Text Example


Text Example

White with #75A925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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