Html Css Color HEX #13FD70 Spring Green

📋 copy color: '#13FD70'

red 19 ◦ green 253 ◦ blue 112

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

Shades of Spring Green #13FD70

Tints of Spring Green #13FD70

RGB

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

 GREEN value IS 253 (99.22% from 255) = 65.89%

 BLUE value IS 112 (44.14% from 255) = 29.17%

R = 4.95%
G = 65.89%
B = 29.17%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#13FD70 (or 0x13FD70) is known color: Spring Green. HEX triplet: 13, FD and 70. RGB value is (19,253,112). Sum of RGB (Red+Green+Blue) = 19+253+112=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 253 (99.22% from 255 or 65.89% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 253 - color contains mainly: green. Hex color #13FD70 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13FD70 is #EC028F. Grayscale: #A7A7A7. Windows color (decimal): -15467152 or 7404819. OLE color: 7404819.

HSL color Cylindrical-coordinate representation of color #13FD70: hue angle of 143.85º degrees, saturation: 0.98, 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 #13FD70 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 253 112 -
CMYK 0.92 0 0.56 0.01
HSL 143.85º 0.98% 0.53% -
HSV(B) 143.85º 0.92% 0.99% -
XYZ 38.32 71.56 27.12 -
YUV 166.96 96.98 22.46 -
System Red Green Blue C M Y K H S L
Decimal 19 253 112 0.92 0 0.56 0.01 143.85 0.98 0.53
Hex 13 FD 70 5C 0 38 1 90 62 35
Octal 23 375 160 134 0 70 1 220 142 65
Binary 10011 11111101 1110000 1011100 0 111000 1 10010000 1100010 110101

Color Harmonies of #13FD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FD70

Black with #13FD70

Text Example


Text Example

White with #13FD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,253,112); }

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

background-color css

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

 a { background-color: rgb(19,253,112); }

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

border-color css

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

 span { border-color: rgb(19,253,112); }

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