Html Css Color HEX #75D10C Lima

📋 copy color: '#75D10C'

red 117 ◦ green 209 ◦ blue 12

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

Shades of Lima #75D10C

Tints of Lima #75D10C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 61.83%

 BLUE value IS 12 (5.08% from 255) = 3.55%

R = 34.62%
G = 61.83%
B = 3.55%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#75D10C (or 0x75D10C) is known color: Lima. HEX triplet: 75, D1 and 0C. RGB value is (117,209,12). Sum of RGB (Red+Green+Blue) = 117+209+12=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 209 (82.03% from 255 or 61.83% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 209 - color contains mainly: green. Hex color #75D10C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D10C is #8A2EF3. Grayscale: #9F9F9F. Windows color (decimal): -9055988 or 840053. OLE color: 840053.

HSL color Cylindrical-coordinate representation of color #75D10C: hue angle of 88.02º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75D10C is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 209 12 -
CMYK 0.44 0 0.94 0.18
HSL 88.02º 0.89% 0.43% -
HSV(B) 88.02º 0.94% 0.82% -
XYZ 30.2 49.41 8.29 -
YUV 159.03 45.02 98.02 -
System Red Green Blue C M Y K H S L
Decimal 117 209 12 0.44 0 0.94 0.18 88.02 0.89 0.43
Hex 75 D1 C 2C 0 5E 12 58 59 2B
Octal 165 321 14 54 0 136 22 130 131 53
Binary 1110101 11010001 1100 101100 0 1011110 10010 1011000 1011001 101011

Color Harmonies of #75D10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D10C

Black with #75D10C

Text Example


Text Example

White with #75D10C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,209,12); }

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

background-color css

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

 a { background-color: rgb(117,209,12); }

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

border-color css

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

 span { border-color: rgb(117,209,12); }

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