Html Css Color HEX #63BA1C Christi

📋 copy color: '#63BA1C'

red 99 ◦ green 186 ◦ blue 28

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

Shades of Christi #63BA1C

Tints of Christi #63BA1C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.42%

 BLUE value IS 28 (11.33% from 255) = 8.95%

R = 31.63%
G = 59.42%
B = 8.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#63BA1C (or 0x63BA1C) is known color: Christi. HEX triplet: 63, BA and 1C. RGB value is (99,186,28). Sum of RGB (Red+Green+Blue) = 99+186+28=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #63BA1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BA1C is #9C45E3. Grayscale: #8E8E8E. Windows color (decimal): -10241508 or 1882723. OLE color: 1882723.

HSL color Cylindrical-coordinate representation of color #63BA1C: hue angle of 93.04º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63BA1C is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 186 28 -
CMYK 0.47 0 0.85 0.27
HSL 93.04º 0.74% 0.42% -
HSV(B) 93.04º 0.85% 0.73% -
XYZ 22.91 37.85 7.2 -
YUV 141.98 63.68 97.35 -
System Red Green Blue C M Y K H S L
Decimal 99 186 28 0.47 0 0.85 0.27 93.04 0.74 0.42
Hex 63 BA 1C 2F 0 55 1B 5D 4A 2A
Octal 143 272 34 57 0 125 33 135 112 52
Binary 1100011 10111010 11100 101111 0 1010101 11011 1011101 1001010 101010

Color Harmonies of #63BA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BA1C

Black with #63BA1C

Text Example


Text Example

White with #63BA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,186,28); }

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

background-color css

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

 a { background-color: rgb(99,186,28); }

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

border-color css

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

 span { border-color: rgb(99,186,28); }

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