Html Css Color HEX #6EDB14 Lawn Green

📋 copy color: '#6EDB14'

red 110 ◦ green 219 ◦ blue 20

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

Shades of Lawn Green #6EDB14

Tints of Lawn Green #6EDB14

RGB

 RED value IS 110 (43.36% from 255) = 31.52%

 GREEN value IS 219 (85.94% from 255) = 62.75%

 BLUE value IS 20 (8.2% from 255) = 5.73%

R = 31.52%
G = 62.75%
B = 5.73%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#6EDB14 (or 0x6EDB14) is known color: Lawn Green. HEX triplet: 6E, DB and 14. RGB value is (110,219,20). Sum of RGB (Red+Green+Blue) = 110+219+20=349 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.52% from 349); Green value is 219 (85.94% from 255 or 62.75% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EDB14 is #9124EB. Grayscale: #A4A4A4. Windows color (decimal): -9512172 or 1366894. OLE color: 1366894.

HSL color Cylindrical-coordinate representation of color #6EDB14: hue angle of 92.86º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6EDB14 is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 219 20 -
CMYK 0.50 0 0.91 0.14
HSL 92.86º 0.83% 0.47% -
HSV(B) 92.86º 0.91% 0.86% -
XYZ 31.89 54.03 9.41 -
YUV 163.72 46.89 89.68 -
System Red Green Blue C M Y K H S L
Decimal 110 219 20 0.50 0 0.91 0.14 92.86 0.83 0.47
Hex 6E DB 14 32 0 5B E 5D 53 2F
Octal 156 333 24 62 0 133 16 135 123 57
Binary 1101110 11011011 10100 110010 0 1011011 1110 1011101 1010011 101111

Color Harmonies of #6EDB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDB14

Black with #6EDB14

Text Example


Text Example

White with #6EDB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6EDB14; }

 p { color: rgb(110,219,20); }

 H1.HeaderClassName
 {
   color: #6EDB14;
 }
 .AnyTagClassName
 {
   color: #6EDB14;
 }
</style>

background-color css

<style>
 a { background-color: #6EDB14; }

 a { background-color: rgb(110,219,20); }

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

border-color css

<style>
 span { border-color: #6EDB14; }

 span { border-color: rgb(110,219,20); }

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