#75CA11

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

Shades of Lima #75CA11

Tints of Lima #75CA11

Color information

#75CA11 (or 0x75CA11) is unknown color: approx Lima. HEX triplet: 75, CA and 11. RGB value is (117,202,17). Sum of RGB (Red+Green+Blue) = 117+202+17=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 202 (79.30% from 255 or 60.12% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75CA11 is #8A35EE. Grayscale: #9C9C9C. Windows color (decimal): -9057775 or 1165941. OLE color: 1165941.

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

Color convert

RGB11720217-
CMYK0.4200.920.21
HSL87.57º84.47%42.94%-
HSV(B)87.57º91.58%79.22%-
XYZ28.5646.067.92-
YUV155.4949.84100.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.82%
GREEN value IS 202 (79.30% from 255) = 60.12%
BLUE value IS 17 (7.03% from 255) = 5.06%
R=34.82%
G=60.12%
B=5.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal117202170.4200.920.2187.5784.4742.94
Hex75CA112A05C1558542b
Octal165312215201342513012453
Binary11101011100101010001101010010111001010110110001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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