Html Css Color HEX #62DC14 Kelly Green

📋 copy color: '#62DC14'

red 98 ◦ green 220 ◦ blue 20

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

Shades of Kelly Green #62DC14

Tints of Kelly Green #62DC14

RGB

 RED value IS 98 (38.67% from 255) = 28.99%

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

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

R = 28.99%
G = 65.09%
B = 5.92%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#62DC14 (or 0x62DC14) is known color: Kelly Green. HEX triplet: 62, DC and 14. RGB value is (98,220,20). Sum of RGB (Red+Green+Blue) = 98+220+20=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 220 (86.33% from 255 or 65.09% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 220 - color contains mainly: green. Hex color #62DC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62DC14 is #9D23EB. Grayscale: #A1A1A1. Windows color (decimal): -10298348 or 1367138. OLE color: 1367138.

HSL color Cylindrical-coordinate representation of color #62DC14: hue angle of 96.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #62DC14 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 220 20 -
CMYK 0.55 0 0.91 0.14
HSL 96.6º 0.83% 0.47% -
HSV(B) 96.6º 0.91% 0.86% -
XYZ 30.76 53.83 9.43 -
YUV 160.72 48.58 83.26 -
System Red Green Blue C M Y K H S L
Decimal 98 220 20 0.55 0 0.91 0.14 96.6 0.83 0.47
Hex 62 DC 14 37 0 5B E 61 53 2F
Octal 142 334 24 67 0 133 16 141 123 57
Binary 1100010 11011100 10100 110111 0 1011011 1110 1100001 1010011 101111

Color Harmonies of #62DC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62DC14

Black with #62DC14

Text Example


Text Example

White with #62DC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62DC14; }

 p { color: rgb(98,220,20); }

 H1.HeaderClassName
 {
   color: #62DC14;
 }
 .AnyTagClassName
 {
   color: #62DC14;
 }
</style>

background-color css

<style>
 a { background-color: #62DC14; }

 a { background-color: rgb(98,220,20); }

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

border-color css

<style>
 span { border-color: #62DC14; }

 span { border-color: rgb(98,220,20); }

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