Html Css Color HEX #6DD614 Kelly Green

📋 copy color: '#6DD614'

red 109 ◦ green 214 ◦ blue 20

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

Shades of Kelly Green #6DD614

Tints of Kelly Green #6DD614

RGB

 RED value IS 109 (42.97% from 255) = 31.78%

 GREEN value IS 214 (83.98% from 255) = 62.39%

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

R = 31.78%
G = 62.39%
B = 5.83%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#6DD614 (or 0x6DD614) is known color: Kelly Green. HEX triplet: 6D, D6 and 14. RGB value is (109,214,20). Sum of RGB (Red+Green+Blue) = 109+214+20=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 214 (83.98% from 255 or 62.39% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 214 - color contains mainly: green. Hex color #6DD614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DD614 is #9229EB. Grayscale: #A1A1A1. Windows color (decimal): -9578988 or 1365613. OLE color: 1365613.

HSL color Cylindrical-coordinate representation of color #6DD614: hue angle of 92.47º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6DD614 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 109 214 20 -
CMYK 0.49 0 0.91 0.16
HSL 92.47º 0.83% 0.46% -
HSV(B) 92.47º 0.91% 0.84% -
XYZ 30.48 51.39 8.98 -
YUV 160.49 48.71 91.27 -
System Red Green Blue C M Y K H S L
Decimal 109 214 20 0.49 0 0.91 0.16 92.47 0.83 0.46
Hex 6D D6 14 31 0 5B 10 5C 53 2E
Octal 155 326 24 61 0 133 20 134 123 56
Binary 1101101 11010110 10100 110001 0 1011011 10000 1011100 1010011 101110

Color Harmonies of #6DD614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD614

Black with #6DD614

Text Example


Text Example

White with #6DD614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,214,20); }

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

background-color css

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

 a { background-color: rgb(109,214,20); }

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

border-color css

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

 span { border-color: rgb(109,214,20); }

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