Html Css Color HEX #13F77F Spring Green

📋 copy color: '#13F77F'

red 19 ◦ green 247 ◦ blue 127

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

Shades of Spring Green #13F77F

Tints of Spring Green #13F77F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 62.85%

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

R = 4.83%
G = 62.85%
B = 32.32%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#13F77F (or 0x13F77F) is known color: Spring Green. HEX triplet: 13, F7 and 7F. RGB value is (19,247,127). Sum of RGB (Red+Green+Blue) = 19+247+127=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 247 (96.88% from 255 or 62.85% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 247 - color contains mainly: green. Hex color #13F77F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F77F is #EC0880. Grayscale: #A5A5A5. Windows color (decimal): -15468673 or 8386323. OLE color: 8386323.

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

Color convert

RGB 19 247 127 -
CMYK 0.92 0 0.49 0.03
HSL 148.42º 0.93% 0.52% -
HSV(B) 148.42º 0.92% 0.97% -
XYZ 37.36 68.19 31.27 -
YUV 165.15 106.46 23.76 -
System Red Green Blue C M Y K H S L
Decimal 19 247 127 0.92 0 0.49 0.03 148.42 0.93 0.52
Hex 13 F7 7F 5C 0 31 3 94 5D 34
Octal 23 367 177 134 0 61 3 224 135 64
Binary 10011 11110111 1111111 1011100 0 110001 11 10010100 1011101 110100

Color Harmonies of #13F77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F77F

Black with #13F77F

Text Example


Text Example

White with #13F77F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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