Html Css Color HEX #63A510 Christi

📋 copy color: '#63A510'

red 99 ◦ green 165 ◦ blue 16

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

Shades of Christi #63A510

Tints of Christi #63A510

RGB

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

 GREEN value IS 165 (64.84% from 255) = 58.93%

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

R = 35.36%
G = 58.93%
B = 5.71%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#63A510 (or 0x63A510) is known color: Christi. HEX triplet: 63, A5 and 10. RGB value is (99,165,16). Sum of RGB (Red+Green+Blue) = 99+165+16=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 165 (64.84% from 255 or 58.93% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 165 - color contains mainly: green. Hex color #63A510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63A510 is #9C5AEF. Grayscale: #808080. Windows color (decimal): -10246896 or 1090915. OLE color: 1090915.

HSL color Cylindrical-coordinate representation of color #63A510: hue angle of 86.58º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63A510 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 99 165 16 -
CMYK 0.40 0 0.90 0.35
HSL 86.58º 0.82% 0.35% -
HSV(B) 86.58º 0.9% 0.65% -
XYZ 18.69 29.6 5.22 -
YUV 128.28 64.63 107.12 -
System Red Green Blue C M Y K H S L
Decimal 99 165 16 0.40 0 0.90 0.35 86.58 0.82 0.35
Hex 63 A5 10 28 0 5A 23 57 52 23
Octal 143 245 20 50 0 132 43 127 122 43
Binary 1100011 10100101 10000 101000 0 1011010 100011 1010111 1010010 100011

Color Harmonies of #63A510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A510

Black with #63A510

Text Example


Text Example

White with #63A510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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