Html Css Color HEX #75A82B Lima

📋 copy color: '#75A82B'

red 117 ◦ green 168 ◦ blue 43

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

Shades of Lima #75A82B

Tints of Lima #75A82B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 51.22%

 BLUE value IS 43 (17.19% from 255) = 13.11%

R = 35.67%
G = 51.22%
B = 13.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#75A82B (or 0x75A82B) is known color: Lima. HEX triplet: 75, A8 and 2B. RGB value is (117,168,43). Sum of RGB (Red+Green+Blue) = 117+168+43=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 168 (66.02% from 255 or 51.22% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 168 - color contains mainly: green. Hex color #75A82B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A82B is #8A57D4. Grayscale: #8A8A8A. Windows color (decimal): -9066453 or 2861173. OLE color: 2861173.

HSL color Cylindrical-coordinate representation of color #75A82B: hue angle of 84.48º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75A82B is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 168 43 -
CMYK 0.30 0 0.74 0.34
HSL 84.48º 0.59% 0.41% -
HSV(B) 84.48º 0.74% 0.66% -
XYZ 21.77 31.96 7.31 -
YUV 138.5 74.1 112.66 -
System Red Green Blue C M Y K H S L
Decimal 117 168 43 0.30 0 0.74 0.34 84.48 0.59 0.41
Hex 75 A8 2B 1E 0 4A 22 54 3B 29
Octal 165 250 53 36 0 112 42 124 73 51
Binary 1110101 10101000 101011 11110 0 1001010 100010 1010100 111011 101001

Color Harmonies of #75A82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A82B

Black with #75A82B

Text Example


Text Example

White with #75A82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,168,43); }

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

background-color css

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

 a { background-color: rgb(117,168,43); }

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

border-color css

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

 span { border-color: rgb(117,168,43); }

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