Html Css Color HEX #6EDC2A Kelly Green

📋 copy color: '#6EDC2A'

red 110 ◦ green 220 ◦ blue 42

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

Shades of Kelly Green #6EDC2A

Tints of Kelly Green #6EDC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.29%

R = 29.57%
G = 59.14%
B = 11.29%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#6EDC2A (or 0x6EDC2A) is known color: Kelly Green. HEX triplet: 6E, DC and 2A. RGB value is (110,220,42). Sum of RGB (Red+Green+Blue) = 110+220+42=372 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.57% from 372); Green value is 220 (86.33% from 255 or 59.14% from 372); Blue value is 42 (16.80% from 255 or 11.29% from 372); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDC2A is #9123D5. Grayscale: #A7A7A7. Windows color (decimal): -9511894 or 2808942. OLE color: 2808942.

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

Color convert

RGB 110 220 42 -
CMYK 0.50 0 0.81 0.14
HSL 97.08º 0.72% 0.51% -
HSV(B) 97.08º 0.81% 0.86% -
XYZ 32.44 54.67 11.03 -
YUV 166.82 57.56 87.47 -
System Red Green Blue C M Y K H S L
Decimal 110 220 42 0.50 0 0.81 0.14 97.08 0.72 0.51
Hex 6E DC 2A 32 0 51 E 61 48 33
Octal 156 334 52 62 0 121 16 141 110 63
Binary 1101110 11011100 101010 110010 0 1010001 1110 1100001 1001000 110011

Color Harmonies of #6EDC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDC2A

Black with #6EDC2A

Text Example


Text Example

White with #6EDC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,220,42); }

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

background-color css

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

 a { background-color: rgb(110,220,42); }

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

border-color css

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

 span { border-color: rgb(110,220,42); }

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