Html Css Color HEX #63B714 Christi

📋 copy color: '#63B714'

red 99 ◦ green 183 ◦ blue 20

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

Shades of Christi #63B714

Tints of Christi #63B714

RGB

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

 GREEN value IS 183 (71.88% from 255) = 60.6%

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

R = 32.78%
G = 60.6%
B = 6.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#63B714 (or 0x63B714) is known color: Christi. HEX triplet: 63, B7 and 14. RGB value is (99,183,20). Sum of RGB (Red+Green+Blue) = 99+183+20=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 183 (71.88% from 255 or 60.60% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 183 - color contains mainly: green. Hex color #63B714 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63B714 is #9C48EB. Grayscale: #8B8B8B. Windows color (decimal): -10242284 or 1357667. OLE color: 1357667.

HSL color Cylindrical-coordinate representation of color #63B714: hue angle of 90.92º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63B714 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 99 183 20 -
CMYK 0.46 0 0.89 0.28
HSL 90.92º 0.8% 0.4% -
HSV(B) 90.92º 0.89% 0.72% -
XYZ 22.21 36.57 6.55 -
YUV 139.3 60.67 99.25 -
System Red Green Blue C M Y K H S L
Decimal 99 183 20 0.46 0 0.89 0.28 90.92 0.8 0.4
Hex 63 B7 14 2E 0 59 1C 5B 50 28
Octal 143 267 24 56 0 131 34 133 120 50
Binary 1100011 10110111 10100 101110 0 1011001 11100 1011011 1010000 101000

Color Harmonies of #63B714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63B714

Black with #63B714

Text Example


Text Example

White with #63B714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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