Html Css Color HEX #13F077 Spring Green

📋 copy color: '#13F077'

red 19 ◦ green 240 ◦ blue 119

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

Shades of Spring Green #13F077

Tints of Spring Green #13F077

RGB

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

 GREEN value IS 240 (94.14% from 255) = 63.49%

 BLUE value IS 119 (46.88% from 255) = 31.48%

R = 5.03%
G = 63.49%
B = 31.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#13F077 (or 0x13F077) is known color: Spring Green. HEX triplet: 13, F0 and 77. RGB value is (19,240,119). Sum of RGB (Red+Green+Blue) = 19+240+119=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 240 (94.14% from 255 or 63.49% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 240 - color contains mainly: green. Hex color #13F077 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F077 is #EC0F88. Grayscale: #A0A0A0. Windows color (decimal): -15470473 or 7860243. OLE color: 7860243.

HSL color Cylindrical-coordinate representation of color #13F077: hue angle of 147.15º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F077 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 240 119 -
CMYK 0.92 0 0.50 0.06
HSL 147.15º 0.88% 0.51% -
HSV(B) 147.15º 0.92% 0.94% -
XYZ 34.76 63.79 27.93 -
YUV 160.13 104.78 27.34 -
System Red Green Blue C M Y K H S L
Decimal 19 240 119 0.92 0 0.50 0.06 147.15 0.88 0.51
Hex 13 F0 77 5C 0 32 6 93 58 33
Octal 23 360 167 134 0 62 6 223 130 63
Binary 10011 11110000 1110111 1011100 0 110010 110 10010011 1011000 110011

Color Harmonies of #13F077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F077

Black with #13F077

Text Example


Text Example

White with #13F077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,240,119); }

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

background-color css

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

 a { background-color: rgb(19,240,119); }

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

border-color css

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

 span { border-color: rgb(19,240,119); }

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