#13DF78

Color #13DF78 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #13DF78

Tints of Spring Green #13DF78

Color information

#13DF78 (or 0x13DF78) is unknown color: approx Spring Green. HEX triplet: 13, DF and 78. RGB value is (19,223,120). Sum of RGB (Red+Green+Blue) = 19+223+120=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 223 (87.5% from 255 or 61.60% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 223 - color contains mainly: green. Hex color #13DF78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13DF78 is #EC2087. Grayscale: #969696. Windows color (decimal): -15474824 or 7921427. OLE color: 7921427.

HSL color Cylindrical-coordinate representation of color #13DF78: hue angle of 149.71º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DF78 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB19223120-
CMYK0.9100.460.13
HSL149.71º84.3%47.45%-
HSV(B)149.71º91.48%87.45%-
XYZ30.0554.2726.66-
YUV150.26110.9134.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.25%
GREEN value IS 223 (87.5% from 255) = 61.60%
BLUE value IS 120 (47.27% from 255) = 33.15%
R=5.25%
G=61.60%
B=33.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192231200.9100.460.13149.7184.347.45
Hex13DF785B02ED96542f
Octal233371701330561522612457
Binary10011110111111111000101101101011101101100101101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13DF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,223,120); }

 H1.HeaderClassName
 {
   color: #13DF78;
 }
 .AnyTagClassName
 {
   color: #13DF78;
 }
</style>
background-color css

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

 a { background-color: rgb(19,223,120); }

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

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

 span { border-color: rgb(19,223,120); }

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