Html Css Color HEX #75DC16 Lawn Green

📋 copy color: '#75DC16'

red 117 ◦ green 220 ◦ blue 22

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

Shades of Lawn Green #75DC16

Tints of Lawn Green #75DC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.13%

R = 32.59%
G = 61.28%
B = 6.13%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#75DC16 (or 0x75DC16) is known color: Lawn Green. HEX triplet: 75, DC and 16. RGB value is (117,220,22). Sum of RGB (Red+Green+Blue) = 117+220+22=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 220 (86.33% from 255 or 61.28% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75DC16 is #8A23E9. Grayscale: #A7A7A7. Windows color (decimal): -9053162 or 1498229. OLE color: 1498229.

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

Color convert

RGB 117 220 22 -
CMYK 0.47 0 0.9 0.14
HSL 91.21º 0.82% 0.47% -
HSV(B) 91.21º 0.9% 0.86% -
XYZ 33.07 55.03 9.64 -
YUV 166.63 46.38 92.6 -
System Red Green Blue C M Y K H S L
Decimal 117 220 22 0.47 0 0.9 0.14 91.21 0.82 0.47
Hex 75 DC 16 2F 0 5A E 5B 52 2F
Octal 165 334 26 57 0 132 16 133 122 57
Binary 1110101 11011100 10110 101111 0 1011010 1110 1011011 1010010 101111

Color Harmonies of #75DC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC16

Black with #75DC16

Text Example


Text Example

White with #75DC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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