#63B30C

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

Shades of Christi #63B30C

Tints of Christi #63B30C

Color information

#63B30C (or 0x63B30C) is unknown color: approx Christi. HEX triplet: 63, B3 and 0C. RGB value is (99,179,12). Sum of RGB (Red+Green+Blue) = 99+179+12=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 179 (70.31% from 255 or 61.72% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 179 - color contains mainly: green. Hex color #63B30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63B30C is #9C4CF3. Grayscale: #888888. Windows color (decimal): -10243316 or 832355. OLE color: 832355.

HSL color Cylindrical-coordinate representation of color #63B30C: hue angle of 88.74º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #63B30C is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB9917912-
CMYK0.4500.930.30
HSL88.74º87.43%37.45%-
HSV(B)88.74º93.3%70.2%-
XYZ21.3334.925.96-
YUV136.0458101.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.14%
GREEN value IS 179 (70.31% from 255) = 61.72%
BLUE value IS 12 (5.08% from 255) = 4.14%
R=34.14%
G=61.72%
B=4.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal99179120.4500.930.3088.7487.4337.45
Hex63B3C2D05D1E595725
Octal143263145501353613112745
Binary1100011101100111100101101010111011111010110011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,179,12); }

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

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

 a { background-color: rgb(99,179,12); }

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

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

 span { border-color: rgb(99,179,12); }

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