Html Css Color HEX #75D310 Lima

📋 copy color: '#75D310'

red 117 ◦ green 211 ◦ blue 16

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

Shades of Lima #75D310

Tints of Lima #75D310

RGB

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

 GREEN value IS 211 (82.81% from 255) = 61.34%

 BLUE value IS 16 (6.64% from 255) = 4.65%

R = 34.01%
G = 61.34%
B = 4.65%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#75D310 (or 0x75D310) is known color: Lima. HEX triplet: 75, D3 and 10. RGB value is (117,211,16). Sum of RGB (Red+Green+Blue) = 117+211+16=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 211 (82.81% from 255 or 61.34% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 211 - color contains mainly: green. Hex color #75D310 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D310 is #8A2CEF. Grayscale: #A1A1A1. Windows color (decimal): -9055472 or 1102709. OLE color: 1102709.

HSL color Cylindrical-coordinate representation of color #75D310: hue angle of 88.92º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75D310 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 211 16 -
CMYK 0.45 0 0.92 0.17
HSL 88.92º 0.86% 0.45% -
HSV(B) 88.92º 0.92% 0.83% -
XYZ 30.72 50.41 8.6 -
YUV 160.66 46.36 96.86 -
System Red Green Blue C M Y K H S L
Decimal 117 211 16 0.45 0 0.92 0.17 88.92 0.86 0.45
Hex 75 D3 10 2D 0 5C 11 59 56 2D
Octal 165 323 20 55 0 134 21 131 126 55
Binary 1110101 11010011 10000 101101 0 1011100 10001 1011001 1010110 101101

Color Harmonies of #75D310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D310

Black with #75D310

Text Example


Text Example

White with #75D310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,211,16); }

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

background-color css

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

 a { background-color: rgb(117,211,16); }

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

border-color css

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

 span { border-color: rgb(117,211,16); }

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