#63CA0E

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

Shades of Kelly Green #63CA0E

Tints of Kelly Green #63CA0E

Color information

#63CA0E (or 0x63CA0E) is unknown color: approx Kelly Green. HEX triplet: 63, CA and 0E. RGB value is (99,202,14). Sum of RGB (Red+Green+Blue) = 99+202+14=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 202 (79.30% from 255 or 64.13% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 202 - color contains mainly: green. Hex color #63CA0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63CA0E is #9C35F1. Grayscale: #969696. Windows color (decimal): -10237426 or 969315. OLE color: 969315.

HSL color Cylindrical-coordinate representation of color #63CA0E: hue angle of 92.87º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #63CA0E is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB9920214-
CMYK0.5100.930.21
HSL92.87º87.04%42.35%-
HSV(B)92.87º93.07%79.22%-
XYZ26.3544.937.7-
YUV149.7751.3891.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.43%
GREEN value IS 202 (79.30% from 255) = 64.13%
BLUE value IS 14 (5.86% from 255) = 4.44%
R=31.43%
G=64.13%
B=4.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal99202140.5100.930.2192.8787.0442.35
Hex63CAE3305D155d572a
Octal143312166301352513512752
Binary1100011110010101110110011010111011010110111011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,202,14); }

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

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

 a { background-color: rgb(99,202,14); }

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

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

 span { border-color: rgb(99,202,14); }

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