Html Css Color HEX #63AF16 Christi

📋 copy color: '#63AF16'

red 99 ◦ green 175 ◦ blue 22

#63AF16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #63AF16

Tints of Christi #63AF16

RGB

 RED value IS 99 (39.06% from 255) = 33.45%

 GREEN value IS 175 (68.75% from 255) = 59.12%

 BLUE value IS 22 (8.98% from 255) = 7.43%

R = 33.45%
G = 59.12%
B = 7.43%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#63AF16 (or 0x63AF16) is known color: Christi. HEX triplet: 63, AF and 16. RGB value is (99,175,22). Sum of RGB (Red+Green+Blue) = 99+175+22=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 175 (68.75% from 255 or 59.12% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63AF16 is #9C50E9. Grayscale: #878787. Windows color (decimal): -10244330 or 1486691. OLE color: 1486691.

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

Color convert

RGB 99 175 22 -
CMYK 0.43 0 0.87 0.31
HSL 89.8º 0.78% 0.39% -
HSV(B) 89.8º 0.87% 0.69% -
XYZ 20.62 33.37 6.11 -
YUV 134.83 64.32 102.44 -
System Red Green Blue C M Y K H S L
Decimal 99 175 22 0.43 0 0.87 0.31 89.8 0.78 0.39
Hex 63 AF 16 2B 0 57 1F 5A 4E 27
Octal 143 257 26 53 0 127 37 132 116 47
Binary 1100011 10101111 10110 101011 0 1010111 11111 1011010 1001110 100111

Color Harmonies of #63AF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AF16

Black with #63AF16

Text Example


Text Example

White with #63AF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63AF16;
 }
 .AnyTagClassName
 {
   color: #63AF16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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