Html Css Color HEX #63B414 Christi

📋 copy color: '#63B414'

red 99 ◦ green 180 ◦ blue 20

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

Shades of Christi #63B414

Tints of Christi #63B414

RGB

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

 GREEN value IS 180 (70.7% from 255) = 60.2%

 BLUE value IS 20 (8.2% from 255) = 6.69%

R = 33.11%
G = 60.2%
B = 6.69%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#63B414 (or 0x63B414) is known color: Christi. HEX triplet: 63, B4 and 14. RGB value is (99,180,20). Sum of RGB (Red+Green+Blue) = 99+180+20=299 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.11% from 299); Green value is 180 (70.70% from 255 or 60.20% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 180 - color contains mainly: green. Hex color #63B414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63B414 is #9C4BEB. Grayscale: #8A8A8A. Windows color (decimal): -10243052 or 1356899. OLE color: 1356899.

HSL color Cylindrical-coordinate representation of color #63B414: hue angle of 90.38º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63B414 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 99 180 20 -
CMYK 0.45 0 0.89 0.29
HSL 90.38º 0.8% 0.39% -
HSV(B) 90.38º 0.89% 0.71% -
XYZ 21.59 35.35 6.35 -
YUV 137.54 61.66 100.51 -
System Red Green Blue C M Y K H S L
Decimal 99 180 20 0.45 0 0.89 0.29 90.38 0.8 0.39
Hex 63 B4 14 2D 0 59 1D 5A 50 27
Octal 143 264 24 55 0 131 35 132 120 47
Binary 1100011 10110100 10100 101101 0 1011001 11101 1011010 1010000 100111

Color Harmonies of #63B414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63B414

Black with #63B414

Text Example


Text Example

White with #63B414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,180,20); }

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

background-color css

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

 a { background-color: rgb(99,180,20); }

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

border-color css

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

 span { border-color: rgb(99,180,20); }

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