Html Css Color HEX #13F57F Spring Green

📋 copy color: '#13F57F'

red 19 ◦ green 245 ◦ blue 127

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

Shades of Spring Green #13F57F

Tints of Spring Green #13F57F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 62.66%

 BLUE value IS 127 (50% from 255) = 32.48%

R = 4.86%
G = 62.66%
B = 32.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#13F57F (or 0x13F57F) is known color: Spring Green. HEX triplet: 13, F5 and 7F. RGB value is (19,245,127). Sum of RGB (Red+Green+Blue) = 19+245+127=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 245 (96.09% from 255 or 62.66% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 245 - color contains mainly: green. Hex color #13F57F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F57F is #EC0A80. Grayscale: #A4A4A4. Windows color (decimal): -15469185 or 8385811. OLE color: 8385811.

HSL color Cylindrical-coordinate representation of color #13F57F: hue angle of 148.67º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F57F is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 19 245 127 -
CMYK 0.92 0 0.48 0.04
HSL 148.67º 0.92% 0.52% -
HSV(B) 148.67º 0.92% 0.96% -
XYZ 36.75 66.98 31.07 -
YUV 163.97 107.13 24.59 -
System Red Green Blue C M Y K H S L
Decimal 19 245 127 0.92 0 0.48 0.04 148.67 0.92 0.52
Hex 13 F5 7F 5C 0 30 4 95 5C 34
Octal 23 365 177 134 0 60 4 225 134 64
Binary 10011 11110101 1111111 1011100 0 110000 100 10010101 1011100 110100

Color Harmonies of #13F57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F57F

Black with #13F57F

Text Example


Text Example

White with #13F57F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,245,127); }

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

background-color css

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

 a { background-color: rgb(19,245,127); }

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

border-color css

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

 span { border-color: rgb(19,245,127); }

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