#63AF25

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

Shades of Christi #63AF25

Tints of Christi #63AF25

Color information

#63AF25 (or 0x63AF25) is unknown color: approx Christi. HEX triplet: 63, AF and 25. RGB value is (99,175,37). Sum of RGB (Red+Green+Blue) = 99+175+37=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AF25 is #9C50DA. Grayscale: #898989. Windows color (decimal): -10244315 or 2469731. OLE color: 2469731.

HSL color Cylindrical-coordinate representation of color #63AF25: hue angle of 93.04º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #63AF25 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB9917537-
CMYK0.4300.790.31
HSL93.04º65.09%41.57%-
HSV(B)93.04º78.86%68.63%-
XYZ20.8133.457.11-
YUV136.5471.82101.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.83%
GREEN value IS 175 (68.75% from 255) = 56.27%
BLUE value IS 37 (14.84% from 255) = 11.90%
R=31.83%
G=56.27%
B=11.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal99175370.4300.790.3193.0465.0941.57
Hex63AF252B04F1F5d412a
Octal143257455301173713510152
Binary110001110101111100101101011010011111111110111011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AF25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,175,37); }

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

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

 a { background-color: rgb(99,175,37); }

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

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

 span { border-color: rgb(99,175,37); }

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