Html Css Color HEX #13FC80 Spring Green

📋 copy color: '#13FC80'

red 19 ◦ green 252 ◦ blue 128

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

Shades of Spring Green #13FC80

Tints of Spring Green #13FC80

RGB

 RED value IS 19 (7.81% from 255) = 4.76%

 GREEN value IS 252 (98.83% from 255) = 63.16%

 BLUE value IS 128 (50.39% from 255) = 32.08%

R = 4.76%
G = 63.16%
B = 32.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#13FC80 (or 0x13FC80) is known color: Spring Green. HEX triplet: 13, FC and 80. RGB value is (19,252,128). Sum of RGB (Red+Green+Blue) = 19+252+128=399 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.76% from 399); Green value is 252 (98.83% from 255 or 63.16% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 252 - color contains mainly: green. Hex color #13FC80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13FC80 is #EC037F. Grayscale: #A8A8A8. Windows color (decimal): -15467392 or 8453139. OLE color: 8453139.

HSL color Cylindrical-coordinate representation of color #13FC80: hue angle of 148.07º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FC80 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 252 128 -
CMYK 0.92 0 0.49 0.01
HSL 148.07º 0.97% 0.53% -
HSV(B) 148.07º 0.92% 0.99% -
XYZ 38.98 71.32 32.13 -
YUV 168.2 105.31 21.58 -
System Red Green Blue C M Y K H S L
Decimal 19 252 128 0.92 0 0.49 0.01 148.07 0.97 0.53
Hex 13 FC 80 5C 0 31 1 94 61 35
Octal 23 374 200 134 0 61 1 224 141 65
Binary 10011 11111100 10000000 1011100 0 110001 1 10010100 1100001 110101

Color Harmonies of #13FC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FC80

Black with #13FC80

Text Example


Text Example

White with #13FC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13FC80; }

 p { color: rgb(19,252,128); }

 H1.HeaderClassName
 {
   color: #13FC80;
 }
 .AnyTagClassName
 {
   color: #13FC80;
 }
</style>

background-color css

<style>
 a { background-color: #13FC80; }

 a { background-color: rgb(19,252,128); }

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

border-color css

<style>
 span { border-color: #13FC80; }

 span { border-color: rgb(19,252,128); }

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