Html Css Color HEX #63B214 Christi

📋 copy color: '#63B214'

red 99 ◦ green 178 ◦ blue 20

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

Shades of Christi #63B214

Tints of Christi #63B214

RGB

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

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

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

R = 33.33%
G = 59.93%
B = 6.73%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#63B214 (or 0x63B214) is known color: Christi. HEX triplet: 63, B2 and 14. RGB value is (99,178,20). Sum of RGB (Red+Green+Blue) = 99+178+20=297 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.33% from 297); Green value is 178 (69.92% from 255 or 59.93% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 178 - color contains mainly: green. Hex color #63B214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63B214 is #9C4DEB. Grayscale: #888888. Windows color (decimal): -10243564 or 1356387. OLE color: 1356387.

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

Color convert

RGB 99 178 20 -
CMYK 0.44 0 0.89 0.30
HSL 90º 0.8% 0.39% -
HSV(B) 90º 0.89% 0.7% -
XYZ 21.19 34.54 6.21 -
YUV 136.37 62.33 101.35 -
System Red Green Blue C M Y K H S L
Decimal 99 178 20 0.44 0 0.89 0.30 90 0.8 0.39
Hex 63 B2 14 2C 0 59 1E 5A 50 27
Octal 143 262 24 54 0 131 36 132 120 47
Binary 1100011 10110010 10100 101100 0 1011001 11110 1011010 1010000 100111

Color Harmonies of #63B214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63B214

Black with #63B214

Text Example


Text Example

White with #63B214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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