#62C814

Color #62C814 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #62C814

Tints of Kelly Green #62C814

Color information

#62C814 (or 0x62C814) is unknown color: approx Kelly Green. HEX triplet: 62, C8 and 14. RGB value is (98,200,20). Sum of RGB (Red+Green+Blue) = 98+200+20=318 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.82% from 318); Green value is 200 (78.52% from 255 or 62.89% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 200 - color contains mainly: green. Hex color #62C814 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62C814 is #9D37EB. Grayscale: #959595. Windows color (decimal): -10303468 or 1362018. OLE color: 1362018.

HSL color Cylindrical-coordinate representation of color #62C814: hue angle of 94º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62C814 is Cyan = 0.51, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB9820020-
CMYK0.5100.90.22
HSL94º81.82%43.14%-
HSV(B)94º90%78.43%-
XYZ25.8243.967.79-
YUV148.9855.2191.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.82%
GREEN value IS 200 (78.52% from 255) = 62.89%
BLUE value IS 20 (8.20% from 255) = 6.29%
R=30.82%
G=62.89%
B=6.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal98200200.5100.90.229481.8243.14
Hex62C8143305A165e522b
Octal142310246301322613612253
Binary11000101100100010100110011010110101011010111101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62C814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #62C814;
 }
 .AnyTagClassName
 {
   color: #62C814;
 }
</style>
background-color css

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

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

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

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

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

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