#75CA0E

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

Shades of Lima #75CA0E

Tints of Lima #75CA0E

Color information

#75CA0E (or 0x75CA0E) is unknown color: approx Lima. HEX triplet: 75, CA and 0E. RGB value is (117,202,14). Sum of RGB (Red+Green+Blue) = 117+202+14=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 202 (79.30% from 255 or 60.66% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75CA0E is #8A35F1. Grayscale: #9B9B9B. Windows color (decimal): -9057778 or 969333. OLE color: 969333.

HSL color Cylindrical-coordinate representation of color #75CA0E: hue angle of 87.13º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75CA0E is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB11720214-
CMYK0.4200.930.21
HSL87.13º87.04%42.35%-
HSV(B)87.13º93.07%79.22%-
XYZ28.5446.057.8-
YUV155.1548.34100.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 202 (79.30% from 255) = 60.66%
BLUE value IS 14 (5.86% from 255) = 4.20%
R=35.14%
G=60.66%
B=4.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal117202140.4200.930.2187.1387.0442.35
Hex75CAE2A05D1557572a
Octal165312165201352512712752
Binary1110101110010101110101010010111011010110101111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,202,14); }

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

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

 a { background-color: rgb(117,202,14); }

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

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

 span { border-color: rgb(117,202,14); }

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