#63C414

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

Shades of Kelly Green #63C414

Tints of Kelly Green #63C414

Color information

#63C414 (or 0x63C414) is unknown color: approx Kelly Green. HEX triplet: 63, C4 and 14. RGB value is (99,196,20). Sum of RGB (Red+Green+Blue) = 99+196+20=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 196 (76.95% from 255 or 62.22% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 196 - color contains mainly: green. Hex color #63C414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63C414 is #9C3BEB. Grayscale: #939393. Windows color (decimal): -10238956 or 1360995. OLE color: 1360995.

HSL color Cylindrical-coordinate representation of color #63C414: hue angle of 93.07º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63C414 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB9919620-
CMYK0.4900.900.23
HSL93.07º81.48%42.35%-
HSV(B)93.07º89.8%76.86%-
XYZ25.0142.187.49-
YUV146.9356.3693.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.43%
GREEN value IS 196 (76.95% from 255) = 62.22%
BLUE value IS 20 (8.20% from 255) = 6.35%
R=31.43%
G=62.22%
B=6.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal99196200.4900.900.2393.0781.4842.35
Hex63C4143105A175d512a
Octal143304246101322713512152
Binary11000111100010010100110001010110101011110111011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63C414; }

 p { color: rgb(99,196,20); }

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

<style>
 a { background-color: #63C414; }

 a { background-color: rgb(99,196,20); }

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

<style>
 span { border-color: #63C414; }

 span { border-color: rgb(99,196,20); }

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