Html Css Color HEX #63AD10 Christi

📋 copy color: '#63AD10'

red 99 ◦ green 173 ◦ blue 16

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

Shades of Christi #63AD10

Tints of Christi #63AD10

RGB

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

 GREEN value IS 173 (67.97% from 255) = 60.07%

 BLUE value IS 16 (6.64% from 255) = 5.56%

R = 34.38%
G = 60.07%
B = 5.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#63AD10 (or 0x63AD10) is known color: Christi. HEX triplet: 63, AD and 10. RGB value is (99,173,16). Sum of RGB (Red+Green+Blue) = 99+173+16=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 173 (67.97% from 255 or 60.07% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 173 - color contains mainly: green. Hex color #63AD10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63AD10 is #9C52EF. Grayscale: #858585. Windows color (decimal): -10244848 or 1092963. OLE color: 1092963.

HSL color Cylindrical-coordinate representation of color #63AD10: hue angle of 88.28º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #63AD10 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 173 16 -
CMYK 0.43 0 0.91 0.32
HSL 88.28º 0.83% 0.37% -
HSV(B) 88.28º 0.91% 0.68% -
XYZ 20.18 32.58 5.71 -
YUV 132.98 61.98 103.77 -
System Red Green Blue C M Y K H S L
Decimal 99 173 16 0.43 0 0.91 0.32 88.28 0.83 0.37
Hex 63 AD 10 2B 0 5B 20 58 53 25
Octal 143 255 20 53 0 133 40 130 123 45
Binary 1100011 10101101 10000 101011 0 1011011 100000 1011000 1010011 100101

Color Harmonies of #63AD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AD10

Black with #63AD10

Text Example


Text Example

White with #63AD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,173,16); }

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

background-color css

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

 a { background-color: rgb(99,173,16); }

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

border-color css

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

 span { border-color: rgb(99,173,16); }

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