#63BA1B

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

Shades of Christi #63BA1B

Tints of Christi #63BA1B

Color information

#63BA1B (or 0x63BA1B) is unknown color: approx Christi. HEX triplet: 63, BA and 1B. RGB value is (99,186,27). Sum of RGB (Red+Green+Blue) = 99+186+27=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #63BA1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BA1B is #9C45E4. Grayscale: #8E8E8E. Windows color (decimal): -10241509 or 1817187. OLE color: 1817187.

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

Color convert

RGB9918627-
CMYK0.4700.850.27
HSL92.83º74.65%41.76%-
HSV(B)92.83º85.48%72.94%-
XYZ22.937.857.14-
YUV141.8663.1897.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.73%
GREEN value IS 186 (73.05% from 255) = 59.62%
BLUE value IS 27 (10.94% from 255) = 8.65%
R=31.73%
G=59.62%
B=8.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99186270.4700.850.2792.8374.6541.76
Hex63BA1B2F0551B5d4b2a
Octal143272335701253313511352
Binary11000111011101011011101111010101011101110111011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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