Html Css Color HEX #75DC10 Lawn Green

📋 copy color: '#75DC10'

red 117 ◦ green 220 ◦ blue 16

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

Shades of Lawn Green #75DC10

Tints of Lawn Green #75DC10

RGB

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

 GREEN value IS 220 (86.33% from 255) = 62.32%

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

R = 33.14%
G = 62.32%
B = 4.53%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#75DC10 (or 0x75DC10) is known color: Lawn Green. HEX triplet: 75, DC and 10. RGB value is (117,220,16). Sum of RGB (Red+Green+Blue) = 117+220+16=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 220 (86.33% from 255 or 62.32% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DC10 is #8A23EF. Grayscale: #A6A6A6. Windows color (decimal): -9053168 or 1105013. OLE color: 1105013.

HSL color Cylindrical-coordinate representation of color #75DC10: hue angle of 90.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75DC10 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 16 -
CMYK 0.47 0 0.93 0.14
HSL 90.29º 0.86% 0.46% -
HSV(B) 90.29º 0.93% 0.86% -
XYZ 33.02 55.01 9.37 -
YUV 165.95 43.38 93.09 -
System Red Green Blue C M Y K H S L
Decimal 117 220 16 0.47 0 0.93 0.14 90.29 0.86 0.46
Hex 75 DC 10 2F 0 5D E 5A 56 2E
Octal 165 334 20 57 0 135 16 132 126 56
Binary 1110101 11011100 10000 101111 0 1011101 1110 1011010 1010110 101110

Color Harmonies of #75DC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC10

Black with #75DC10

Text Example


Text Example

White with #75DC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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