Html Css Color HEX #75C016 Lima

📋 copy color: '#75C016'

red 117 ◦ green 192 ◦ blue 22

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

Shades of Lima #75C016

Tints of Lima #75C016

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.01%

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

R = 35.35%
G = 58.01%
B = 6.65%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#75C016 (or 0x75C016) is known color: Lima. HEX triplet: 75, C0 and 16. RGB value is (117,192,22). Sum of RGB (Red+Green+Blue) = 117+192+22=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 192 (75.39% from 255 or 58.01% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 192 - color contains mainly: green. Hex color #75C016 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C016 is #8A3FE9. Grayscale: #969696. Windows color (decimal): -9060330 or 1491061. OLE color: 1491061.

HSL color Cylindrical-coordinate representation of color #75C016: hue angle of 86.47º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75C016 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 192 22 -
CMYK 0.39 0 0.89 0.25
HSL 86.47º 0.79% 0.42% -
HSV(B) 86.47º 0.89% 0.75% -
XYZ 26.33 41.54 7.39 -
YUV 150.2 55.65 104.32 -
System Red Green Blue C M Y K H S L
Decimal 117 192 22 0.39 0 0.89 0.25 86.47 0.79 0.42
Hex 75 C0 16 27 0 59 19 56 4F 2A
Octal 165 300 26 47 0 131 31 126 117 52
Binary 1110101 11000000 10110 100111 0 1011001 11001 1010110 1001111 101010

Color Harmonies of #75C016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C016

Black with #75C016

Text Example


Text Example

White with #75C016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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