Html Css Color HEX #63FA14 Bright Green

📋 copy color: '#63FA14'

red 99 ◦ green 250 ◦ blue 20

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

Shades of Bright Green #63FA14

Tints of Bright Green #63FA14

RGB

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

 GREEN value IS 250 (98.05% from 255) = 67.75%

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

R = 26.83%
G = 67.75%
B = 5.42%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#63FA14 (or 0x63FA14) is known color: Bright Green. HEX triplet: 63, FA and 14. RGB value is (99,250,20). Sum of RGB (Red+Green+Blue) = 99+250+20=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 250 (98.05% from 255 or 67.75% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 250 - color contains mainly: green. Hex color #63FA14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #63FA14 is #9C05EB. Grayscale: #B3B3B3. Windows color (decimal): -10225132 or 1374819. OLE color: 1374819.

HSL color Cylindrical-coordinate representation of color #63FA14: hue angle of 99.39º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #63FA14 is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 250 20 -
CMYK 0.60 0 0.92 0.02
HSL 99.39º 0.96% 0.53% -
HSV(B) 99.39º 0.92% 0.98% -
XYZ 39.46 71.07 12.3 -
YUV 178.63 38.47 71.2 -
System Red Green Blue C M Y K H S L
Decimal 99 250 20 0.60 0 0.92 0.02 99.39 0.96 0.53
Hex 63 FA 14 3C 0 5C 2 63 60 35
Octal 143 372 24 74 0 134 2 143 140 65
Binary 1100011 11111010 10100 111100 0 1011100 10 1100011 1100000 110101

Color Harmonies of #63FA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63FA14

Black with #63FA14

Text Example


Text Example

White with #63FA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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