#75C414

Color #75C414 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #75C414

Tints of Lima #75C414

Color information

#75C414 (or 0x75C414) is unknown color: approx Lima. HEX triplet: 75, C4 and 14. RGB value is (117,196,20). Sum of RGB (Red+Green+Blue) = 117+196+20=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 196 (76.95% from 255 or 58.86% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 196 - color contains mainly: green. Hex color #75C414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C414 is #8A3BEB. Grayscale: #989898. Windows color (decimal): -9059308 or 1361013. OLE color: 1361013.

HSL color Cylindrical-coordinate representation of color #75C414: hue angle of 86.93º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75C414 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB11719620-
CMYK0.4000.900.23
HSL86.93º81.48%42.35%-
HSV(B)86.93º89.8%76.86%-
XYZ27.243.317.59-
YUV152.3253.33102.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 196 (76.95% from 255) = 58.86%
BLUE value IS 20 (8.20% from 255) = 6.01%
R=35.14%
G=58.86%
B=6.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal117196200.4000.900.2386.9381.4842.35
Hex75C4142805A1757512a
Octal165304245001322712712152
Binary11101011100010010100101000010110101011110101111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,196,20); }

 H1.HeaderClassName
 {
   color: #75C414;
 }
 .AnyTagClassName
 {
   color: #75C414;
 }
</style>
background-color css

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

 a { background-color: rgb(117,196,20); }

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

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

 span { border-color: rgb(117,196,20); }

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