Html Css Color HEX #75C516 Lima

📋 copy color: '#75C516'

red 117 ◦ green 197 ◦ blue 22

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

Shades of Lima #75C516

Tints of Lima #75C516

RGB

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

 GREEN value IS 197 (77.34% from 255) = 58.63%

 BLUE value IS 22 (8.98% from 255) = 6.55%

R = 34.82%
G = 58.63%
B = 6.55%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#75C516 (or 0x75C516) is known color: Lima. HEX triplet: 75, C5 and 16. RGB value is (117,197,22). Sum of RGB (Red+Green+Blue) = 117+197+22=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 197 (77.34% from 255 or 58.63% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 197 - color contains mainly: green. Hex color #75C516 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C516 is #8A3AE9. Grayscale: #999999. Windows color (decimal): -9059050 or 1492341. OLE color: 1492341.

HSL color Cylindrical-coordinate representation of color #75C516: hue angle of 87.43º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75C516 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 197 22 -
CMYK 0.41 0 0.89 0.23
HSL 87.43º 0.8% 0.43% -
HSV(B) 87.43º 0.89% 0.77% -
XYZ 27.45 43.77 7.76 -
YUV 153.13 54 102.23 -
System Red Green Blue C M Y K H S L
Decimal 117 197 22 0.41 0 0.89 0.23 87.43 0.8 0.43
Hex 75 C5 16 29 0 59 17 57 50 2B
Octal 165 305 26 51 0 131 27 127 120 53
Binary 1110101 11000101 10110 101001 0 1011001 10111 1010111 1010000 101011

Color Harmonies of #75C516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C516

Black with #75C516

Text Example


Text Example

White with #75C516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,197,22); }

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

background-color css

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

 a { background-color: rgb(117,197,22); }

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

border-color css

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

 span { border-color: rgb(117,197,22); }

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