Html Css Color HEX #6ED214 Kelly Green

📋 copy color: '#6ED214'

red 110 ◦ green 210 ◦ blue 20

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

Shades of Kelly Green #6ED214

Tints of Kelly Green #6ED214

RGB

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

 GREEN value IS 210 (82.42% from 255) = 61.76%

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

R = 32.35%
G = 61.76%
B = 5.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#6ED214 (or 0x6ED214) is known color: Kelly Green. HEX triplet: 6E, D2 and 14. RGB value is (110,210,20). Sum of RGB (Red+Green+Blue) = 110+210+20=340 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.35% from 340); Green value is 210 (82.42% from 255 or 61.76% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED214 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ED214 is #912DEB. Grayscale: #9F9F9F. Windows color (decimal): -9514476 or 1364590. OLE color: 1364590.

HSL color Cylindrical-coordinate representation of color #6ED214: hue angle of 91.58º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6ED214 is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 210 20 -
CMYK 0.48 0 0.90 0.18
HSL 91.58º 0.83% 0.45% -
HSV(B) 91.58º 0.9% 0.82% -
XYZ 29.6 49.46 8.65 -
YUV 158.44 49.87 93.45 -
System Red Green Blue C M Y K H S L
Decimal 110 210 20 0.48 0 0.90 0.18 91.58 0.83 0.45
Hex 6E D2 14 30 0 5A 12 5C 53 2D
Octal 156 322 24 60 0 132 22 134 123 55
Binary 1101110 11010010 10100 110000 0 1011010 10010 1011100 1010011 101101

Color Harmonies of #6ED214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED214

Black with #6ED214

Text Example


Text Example

White with #6ED214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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