#63B415

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

Shades of Christi #63B415

Tints of Christi #63B415

Color information

#63B415 (or 0x63B415) is unknown color: approx Christi. HEX triplet: 63, B4 and 15. RGB value is (99,180,21). Sum of RGB (Red+Green+Blue) = 99+180+21=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 180 (70.70% from 255 or 60% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 180 - color contains mainly: green. Hex color #63B415 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63B415 is #9C4BEA. Grayscale: #8A8A8A. Windows color (decimal): -10243051 or 1422435. OLE color: 1422435.

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

Color convert

RGB9918021-
CMYK0.4500.880.29
HSL90.57º79.1%39.41%-
HSV(B)90.57º88.33%70.59%-
XYZ21.635.356.39-
YUV137.6662.16100.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33%
GREEN value IS 180 (70.70% from 255) = 60%
BLUE value IS 21 (8.59% from 255) = 7%
R=33%
G=60%
B=7%

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
Decimal99180210.4500.880.2990.5779.139.41
Hex63B4152D0581D5b4f27
Octal143264255501303513311747
Binary11000111011010010101101101010110001110110110111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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