#63B515

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

Shades of Christi #63B515

Tints of Christi #63B515

Color information

#63B515 (or 0x63B515) is unknown color: approx Christi. HEX triplet: 63, B5 and 15. RGB value is (99,181,21). Sum of RGB (Red+Green+Blue) = 99+181+21=301 (39% of max value = 765). Red value is 99 (39.06% from 255 or 32.89% from 301); Green value is 181 (71.09% from 255 or 60.13% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 181 - color contains mainly: green. Hex color #63B515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63B515 is #9C4AEA. Grayscale: #8A8A8A. Windows color (decimal): -10242795 or 1422691. OLE color: 1422691.

HSL color Cylindrical-coordinate representation of color #63B515: hue angle of 90.75º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63B515 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB9918121-
CMYK0.4500.880.29
HSL90.75º79.21%39.61%-
HSV(B)90.75º88.4%70.98%-
XYZ21.835.756.46-
YUV138.2461.83100.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.89%
GREEN value IS 181 (71.09% from 255) = 60.13%
BLUE value IS 21 (8.59% from 255) = 6.98%
R=32.89%
G=60.13%
B=6.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal99181210.4500.880.2990.7579.2139.61
Hex63B5152D0581D5b4f28
Octal143265255501303513311750
Binary11000111011010110101101101010110001110110110111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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