Html Css Color HEX #6AD61C Kelly Green

📋 copy color: '#6AD61C'

red 106 ◦ green 214 ◦ blue 28

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

Shades of Kelly Green #6AD61C

Tints of Kelly Green #6AD61C

RGB

 RED value IS 106 (41.8% from 255) = 30.46%

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

 BLUE value IS 28 (11.33% from 255) = 8.05%

R = 30.46%
G = 61.49%
B = 8.05%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#6AD61C (or 0x6AD61C) is known color: Kelly Green. HEX triplet: 6A, D6 and 1C. RGB value is (106,214,28). Sum of RGB (Red+Green+Blue) = 106+214+28=348 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.46% from 348); Green value is 214 (83.98% from 255 or 61.49% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD61C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD61C is #9529E3. Grayscale: #A1A1A1. Windows color (decimal): -9775588 or 1889898. OLE color: 1889898.

HSL color Cylindrical-coordinate representation of color #6AD61C: hue angle of 94.84º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6AD61C is Cyan = 0.50, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 106 214 28 -
CMYK 0.50 0 0.87 0.16
HSL 94.84º 0.77% 0.47% -
HSV(B) 94.84º 0.87% 0.84% -
XYZ 30.2 51.24 9.4 -
YUV 160.5 53.22 89.12 -
System Red Green Blue C M Y K H S L
Decimal 106 214 28 0.50 0 0.87 0.16 94.84 0.77 0.47
Hex 6A D6 1C 32 0 57 10 5F 4D 2F
Octal 152 326 34 62 0 127 20 137 115 57
Binary 1101010 11010110 11100 110010 0 1010111 10000 1011111 1001101 101111

Color Harmonies of #6AD61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD61C

Black with #6AD61C

Text Example


Text Example

White with #6AD61C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,214,28); }

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

background-color css

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

 a { background-color: rgb(106,214,28); }

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

border-color css

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

 span { border-color: rgb(106,214,28); }

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