#63B014

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

Shades of Christi #63B014

Tints of Christi #63B014

Color information

#63B014 (or 0x63B014) is unknown color: approx Christi. HEX triplet: 63, B0 and 14. RGB value is (99,176,20). Sum of RGB (Red+Green+Blue) = 99+176+20=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 176 (69.14% from 255 or 59.66% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 176 - color contains mainly: green. Hex color #63B014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63B014 is #9C4FEB. Grayscale: #878787. Windows color (decimal): -10244076 or 1355875. OLE color: 1355875.

HSL color Cylindrical-coordinate representation of color #63B014: hue angle of 89.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63B014 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB9917620-
CMYK0.4400.890.31
HSL89.62º79.59%38.43%-
HSV(B)89.62º88.64%69.02%-
XYZ20.833.756.08-
YUV135.1962.99102.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.56%
GREEN value IS 176 (69.14% from 255) = 59.66%
BLUE value IS 20 (8.20% from 255) = 6.78%
R=33.56%
G=59.66%
B=6.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal99176200.4400.890.3189.6279.5938.43
Hex63B0142C0591F5a5026
Octal143260245401313713212046
Binary11000111011000010100101100010110011111110110101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,176,20); }

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

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

 a { background-color: rgb(99,176,20); }

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

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

 span { border-color: rgb(99,176,20); }

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