#63B616

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

Shades of Christi #63B616

Tints of Christi #63B616

Color information

#63B616 (or 0x63B616) is unknown color: approx Christi. HEX triplet: 63, B6 and 16. RGB value is (99,182,22). Sum of RGB (Red+Green+Blue) = 99+182+22=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 182 (71.48% from 255 or 60.07% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 182 - color contains mainly: green. Hex color #63B616 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63B616 is #9C49E9. Grayscale: #8B8B8B. Windows color (decimal): -10242538 or 1488483. OLE color: 1488483.

HSL color Cylindrical-coordinate representation of color #63B616: hue angle of 91.12º degrees, saturation: 0.78, 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 #63B616 is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB9918222-
CMYK0.4600.880.29
HSL91.12º78.43%40%-
HSV(B)91.12º87.91%71.37%-
XYZ22.0236.176.58-
YUV138.946299.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.67%
GREEN value IS 182 (71.48% from 255) = 60.07%
BLUE value IS 22 (8.98% from 255) = 7.26%
R=32.67%
G=60.07%
B=7.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal99182220.4600.880.2991.1278.4340
Hex63B6162E0581D5b4e28
Octal143266265601303513311650
Binary11000111011011010110101110010110001110110110111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,182,22); }

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

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

 a { background-color: rgb(99,182,22); }

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

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

 span { border-color: rgb(99,182,22); }

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