Html Css Color HEX #63B200 Christi

📋 copy color: '#63B200'

red 99 ◦ green 178 ◦ blue 0

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

Shades of Christi #63B200

Tints of Christi #63B200

RGB

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

 GREEN value IS 178 (69.92% from 255) = 64.26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 35.74%
G = 64.26%
B = 0%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#63B200 (or 0x63B200) is known color: Christi. HEX triplet: 63, B2 and 00. RGB value is (99,178,0). Sum of RGB (Red+Green+Blue) = 99+178+0=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 178 (69.92% from 255 or 64.26% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 178 - color contains mainly: green. Hex color #63B200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63B200 is #9C4DFF. Grayscale: #868686. Windows color (decimal): -10243584 or 45667. OLE color: 45667.

HSL color Cylindrical-coordinate representation of color #63B200: hue angle of 86.63º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63B200 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 99 178 0 -
CMYK 0.44 0 1 0.30
HSL 86.63º 1% 0.35% -
HSV(B) 86.63º 1% 0.7% -
XYZ 21.07 34.49 5.55 -
YUV 134.09 52.33 102.97 -
System Red Green Blue C M Y K H S L
Decimal 99 178 0 0.44 0 1 0.30 86.63 1 0.35
Hex 63 B2 0 2C 0 64 1E 57 64 23
Octal 143 262 0 54 0 144 36 127 144 43
Binary 1100011 10110010 0 101100 0 1100100 11110 1010111 1100100 100011

Color Harmonies of #63B200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63B200

Black with #63B200

Text Example


Text Example

White with #63B200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,178,0); }

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

background-color css

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

 a { background-color: rgb(99,178,0); }

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

border-color css

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

 span { border-color: rgb(99,178,0); }

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