#63b800

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

Shades of Christi #63B800

Tints of Christi #63B800

Color information

#63B800 (or 0x63B800) is unknown color: approx Christi. HEX triplet: 63, B8 and 00. RGB value is (99,184,0). Sum of RGB (Red+Green+Blue) = 99+184+0=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 184 (72.27% from 255 or 65.02% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 184 - color contains mainly: green. Hex color #63B800 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63B800 is #9C47FF. Grayscale: #8A8A8A. Windows color (decimal): -10242048 or 47203. OLE color: 47203.

HSL color Cylindrical-coordinate representation of color #63B800: hue angle of 87.72º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63B800 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB991840-
CMYK0.46010.28
HSL87.72º100%36.08%-
HSV(B)87.72º100%72.16%-
XYZ22.2936.935.95-
YUV137.6150.34100.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.98%
GREEN value IS 184 (72.27% from 255) = 65.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.98%
G=65.02%
B=0%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal9918400.46010.2887.7210036.08
Hex63B802E0641C586424
Octal14327005601443413014444
Binary1100011101110000101110011001001110010110001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63b800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,184,0); }

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

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

 a { background-color: rgb(99,184,0); }

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

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

 span { border-color: rgb(99,184,0); }

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