Html Css Color HEX #75AF2A Lima

📋 copy color: '#75AF2A'

red 117 ◦ green 175 ◦ blue 42

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

Shades of Lima #75AF2A

Tints of Lima #75AF2A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 52.4%

 BLUE value IS 42 (16.8% from 255) = 12.57%

R = 35.03%
G = 52.4%
B = 12.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#75AF2A (or 0x75AF2A) is known color: Lima. HEX triplet: 75, AF and 2A. RGB value is (117,175,42). Sum of RGB (Red+Green+Blue) = 117+175+42=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AF2A is #8A50D5. Grayscale: #8E8E8E. Windows color (decimal): -9064662 or 2797429. OLE color: 2797429.

HSL color Cylindrical-coordinate representation of color #75AF2A: hue angle of 86.17º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75AF2A is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 175 42 -
CMYK 0.33 0 0.76 0.31
HSL 86.17º 0.61% 0.43% -
HSV(B) 86.17º 0.76% 0.69% -
XYZ 23.08 34.61 7.65 -
YUV 142.5 71.28 109.81 -
System Red Green Blue C M Y K H S L
Decimal 117 175 42 0.33 0 0.76 0.31 86.17 0.61 0.43
Hex 75 AF 2A 21 0 4C 1F 56 3D 2B
Octal 165 257 52 41 0 114 37 126 75 53
Binary 1110101 10101111 101010 100001 0 1001100 11111 1010110 111101 101011

Color Harmonies of #75AF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AF2A

Black with #75AF2A

Text Example


Text Example

White with #75AF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,175,42); }

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

background-color css

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

 a { background-color: rgb(117,175,42); }

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

border-color css

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

 span { border-color: rgb(117,175,42); }

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