Html Css Color HEX #6DD514 Kelly Green

📋 copy color: '#6DD514'

red 109 ◦ green 213 ◦ blue 20

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

Shades of Kelly Green #6DD514

Tints of Kelly Green #6DD514

RGB

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

 GREEN value IS 213 (83.59% from 255) = 62.28%

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

R = 31.87%
G = 62.28%
B = 5.85%

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

#6DD514 (or 0x6DD514) is known color: Kelly Green. HEX triplet: 6D, D5 and 14. RGB value is (109,213,20). Sum of RGB (Red+Green+Blue) = 109+213+20=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 213 (83.59% from 255 or 62.28% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 213 - color contains mainly: green. Hex color #6DD514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DD514 is #922AEB. Grayscale: #A0A0A0. Windows color (decimal): -9579244 or 1365357. OLE color: 1365357.

HSL color Cylindrical-coordinate representation of color #6DD514: hue angle of 92.33º 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 #6DD514 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 109 213 20 -
CMYK 0.49 0 0.91 0.16
HSL 92.33º 0.83% 0.46% -
HSV(B) 92.33º 0.91% 0.84% -
XYZ 30.23 50.89 8.89 -
YUV 159.9 49.04 91.69 -
System Red Green Blue C M Y K H S L
Decimal 109 213 20 0.49 0 0.91 0.16 92.33 0.83 0.46
Hex 6D D5 14 31 0 5B 10 5C 53 2E
Octal 155 325 24 61 0 133 20 134 123 56
Binary 1101101 11010101 10100 110001 0 1011011 10000 1011100 1010011 101110

Color Harmonies of #6DD514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD514

Black with #6DD514

Text Example


Text Example

White with #6DD514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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