#63BA03

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

Shades of Christi #63BA03

Tints of Christi #63BA03

Color information

#63BA03 (or 0x63BA03) is unknown color: approx Christi. HEX triplet: 63, BA and 03. RGB value is (99,186,3). Sum of RGB (Red+Green+Blue) = 99+186+3=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 186 (73.05% from 255 or 64.58% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 186 - color contains mainly: green. Hex color #63BA03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63BA03 is #9C45FC. Grayscale: #8B8B8B. Windows color (decimal): -10241533 or 244323. OLE color: 244323.

HSL color Cylindrical-coordinate representation of color #63BA03: hue angle of 88.52º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #63BA03 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB991863-
CMYK0.4700.980.27
HSL88.52º96.83%37.06%-
HSV(B)88.52º98.39%72.94%-
XYZ22.7237.786.18-
YUV139.1251.1899.38-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.38%
GREEN value IS 186 (73.05% from 255) = 64.58%
BLUE value IS 3 (1.56% from 255) = 1.04%
R=34.38%
G=64.58%
B=1.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9918630.4700.980.2788.5296.8337.06
Hex63BA32F0621B596125
Octal14327235701423313114145
Binary11000111011101011101111011000101101110110011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,186,3); }

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

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

 a { background-color: rgb(99,186,3); }

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

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

 span { border-color: rgb(99,186,3); }

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