Html Css Color HEX #63BA1E Christi

📋 copy color: '#63BA1E'

red 99 ◦ green 186 ◦ blue 30

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

Shades of Christi #63BA1E

Tints of Christi #63BA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 31.43%
G = 59.05%
B = 9.52%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#63BA1E (or 0x63BA1E) is known color: Christi. HEX triplet: 63, BA and 1E. RGB value is (99,186,30). Sum of RGB (Red+Green+Blue) = 99+186+30=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #63BA1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BA1E is #9C45E1. Grayscale: #8E8E8E. Windows color (decimal): -10241506 or 2013795. OLE color: 2013795.

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

Color convert

RGB 99 186 30 -
CMYK 0.47 0 0.84 0.27
HSL 93.46º 0.72% 0.42% -
HSV(B) 93.46º 0.84% 0.73% -
XYZ 22.94 37.86 7.33 -
YUV 142.2 64.68 97.18 -
System Red Green Blue C M Y K H S L
Decimal 99 186 30 0.47 0 0.84 0.27 93.46 0.72 0.42
Hex 63 BA 1E 2F 0 54 1B 5D 48 2A
Octal 143 272 36 57 0 124 33 135 110 52
Binary 1100011 10111010 11110 101111 0 1010100 11011 1011101 1001000 101010

Color Harmonies of #63BA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BA1E

Black with #63BA1E

Text Example


Text Example

White with #63BA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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