Html Css Color HEX #63BA0E Christi

📋 copy color: '#63BA0E'

red 99 ◦ green 186 ◦ blue 14

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

Shades of Christi #63BA0E

Tints of Christi #63BA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.68%

R = 33.11%
G = 62.21%
B = 4.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#63BA0E (or 0x63BA0E) is known color: Christi. HEX triplet: 63, BA and 0E. RGB value is (99,186,14). Sum of RGB (Red+Green+Blue) = 99+186+14=299 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.11% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #63BA0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63BA0E is #9C45F1. Grayscale: #8C8C8C. Windows color (decimal): -10241522 or 965219. OLE color: 965219.

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

Color convert

RGB 99 186 14 -
CMYK 0.47 0 0.92 0.27
HSL 90.35º 0.86% 0.39% -
HSV(B) 90.35º 0.92% 0.73% -
XYZ 22.78 37.8 6.51 -
YUV 140.38 56.68 98.49 -
System Red Green Blue C M Y K H S L
Decimal 99 186 14 0.47 0 0.92 0.27 90.35 0.86 0.39
Hex 63 BA E 2F 0 5C 1B 5A 56 27
Octal 143 272 16 57 0 134 33 132 126 47
Binary 1100011 10111010 1110 101111 0 1011100 11011 1011010 1010110 100111

Color Harmonies of #63BA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BA0E

Black with #63BA0E

Text Example


Text Example

White with #63BA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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