#63BA07

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

Shades of Christi #63BA07

Tints of Christi #63BA07

Color information

#63BA07 (or 0x63BA07) is unknown color: approx Christi. HEX triplet: 63, BA and 07. RGB value is (99,186,7). Sum of RGB (Red+Green+Blue) = 99+186+7=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 186 (73.05% from 255 or 63.70% from 292); Blue value is 7 (3.12% from 255 or 2.40% from 292); Max value from RGB is 186 - color contains mainly: green. Hex color #63BA07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63BA07 is #9C45F8. Grayscale: #8C8C8C. Windows color (decimal): -10241529 or 506467. OLE color: 506467.

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

Color convert

RGB991867-
CMYK0.4700.960.27
HSL89.16º92.75%37.84%-
HSV(B)89.16º96.24%72.94%-
XYZ22.7437.796.3-
YUV139.5853.1899.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.90%
GREEN value IS 186 (73.05% from 255) = 63.70%
BLUE value IS 7 (3.12% from 255) = 2.40%
R=33.90%
G=63.70%
B=2.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9918670.4700.960.2789.1692.7537.84
Hex63BA72F0601B595d26
Octal14327275701403313113546
Binary110001110111010111101111011000001101110110011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BA07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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