Html Css Color HEX #6CD514 Kelly Green

📋 copy color: '#6CD514'

red 108 ◦ green 213 ◦ blue 20

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

Shades of Kelly Green #6CD514

Tints of Kelly Green #6CD514

RGB

 RED value IS 108 (42.58% from 255) = 31.67%

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

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

R = 31.67%
G = 62.46%
B = 5.87%

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

#6CD514 (or 0x6CD514) is known color: Kelly Green. HEX triplet: 6C, D5 and 14. RGB value is (108,213,20). Sum of RGB (Red+Green+Blue) = 108+213+20=341 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.67% from 341); Green value is 213 (83.59% from 255 or 62.46% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 213 - color contains mainly: green. Hex color #6CD514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CD514 is #932AEB. Grayscale: #A0A0A0. Windows color (decimal): -9644780 or 1365356. OLE color: 1365356.

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

Color convert

RGB 108 213 20 -
CMYK 0.49 0 0.91 0.16
HSL 92.64º 0.83% 0.46% -
HSV(B) 92.64º 0.91% 0.84% -
XYZ 30.1 50.83 8.89 -
YUV 159.6 49.21 91.19 -
System Red Green Blue C M Y K H S L
Decimal 108 213 20 0.49 0 0.91 0.16 92.64 0.83 0.46
Hex 6C D5 14 31 0 5B 10 5D 53 2E
Octal 154 325 24 61 0 133 20 135 123 56
Binary 1101100 11010101 10100 110001 0 1011011 10000 1011101 1010011 101110

Color Harmonies of #6CD514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD514

Black with #6CD514

Text Example


Text Example

White with #6CD514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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