#63B513

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

Shades of Christi #63B513

Tints of Christi #63B513

Color information

#63B513 (or 0x63B513) is unknown color: approx Christi. HEX triplet: 63, B5 and 13. RGB value is (99,181,19). Sum of RGB (Red+Green+Blue) = 99+181+19=299 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.11% from 299); Green value is 181 (71.09% from 255 or 60.54% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 181 - color contains mainly: green. Hex color #63B513 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63B513 is #9C4AEC. Grayscale: #8A8A8A. Windows color (decimal): -10242797 or 1291619. OLE color: 1291619.

HSL color Cylindrical-coordinate representation of color #63B513: hue angle of 90.37º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63B513 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB9918119-
CMYK0.4500.900.29
HSL90.37º81%39.22%-
HSV(B)90.37º89.5%70.98%-
XYZ21.7935.756.37-
YUV138.0160.83100.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.11%
GREEN value IS 181 (71.09% from 255) = 60.54%
BLUE value IS 19 (7.81% from 255) = 6.35%
R=33.11%
G=60.54%
B=6.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal99181190.4500.900.2990.378139.22
Hex63B5132D05A1D5a5127
Octal143265235501323513212147
Binary11000111011010110011101101010110101110110110101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,181,19); }

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

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

 a { background-color: rgb(99,181,19); }

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

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

 span { border-color: rgb(99,181,19); }

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