Html Css Color HEX #75C216 Lima

📋 copy color: '#75C216'

red 117 ◦ green 194 ◦ blue 22

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

Shades of Lima #75C216

Tints of Lima #75C216

RGB

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

 GREEN value IS 194 (76.17% from 255) = 58.26%

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

R = 35.14%
G = 58.26%
B = 6.61%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#75C216 (or 0x75C216) is known color: Lima. HEX triplet: 75, C2 and 16. RGB value is (117,194,22). Sum of RGB (Red+Green+Blue) = 117+194+22=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 194 (76.17% from 255 or 58.26% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 194 - color contains mainly: green. Hex color #75C216 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C216 is #8A3DE9. Grayscale: #979797. Windows color (decimal): -9059818 or 1491573. OLE color: 1491573.

HSL color Cylindrical-coordinate representation of color #75C216: hue angle of 86.86º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75C216 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 194 22 -
CMYK 0.40 0 0.89 0.24
HSL 86.86º 0.8% 0.42% -
HSV(B) 86.86º 0.89% 0.76% -
XYZ 26.77 42.42 7.54 -
YUV 151.37 54.99 103.49 -
System Red Green Blue C M Y K H S L
Decimal 117 194 22 0.40 0 0.89 0.24 86.86 0.8 0.42
Hex 75 C2 16 28 0 59 18 57 50 2A
Octal 165 302 26 50 0 131 30 127 120 52
Binary 1110101 11000010 10110 101000 0 1011001 11000 1010111 1010000 101010

Color Harmonies of #75C216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C216

Black with #75C216

Text Example


Text Example

White with #75C216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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