#1DF870

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

Shades of Spring Green #1DF870

Tints of Spring Green #1DF870

Color information

#1DF870 (or 0x1DF870) is unknown color: approx Spring Green. HEX triplet: 1D, F8 and 70. RGB value is (29,248,112). Sum of RGB (Red+Green+Blue) = 29+248+112=389 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.46% from 389); Green value is 248 (97.27% from 255 or 63.75% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 248 - color contains mainly: green. Hex color #1DF870 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF870 is #E2078F. Grayscale: #A7A7A7. Windows color (decimal): -14813072 or 7403549. OLE color: 7403549.

HSL color Cylindrical-coordinate representation of color #1DF870: hue angle of 142.74º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF870 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB29248112-
CMYK0.8800.550.03
HSL142.74º93.99%54.31%-
HSV(B)142.74º88.31%97.25%-
XYZ3768.5726.61-
YUV167.0296.9529.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.46%
GREEN value IS 248 (97.27% from 255) = 63.75%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=7.46%
G=63.75%
B=28.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal292481120.8800.550.03142.7493.9954.31
Hex1DF8705803738f5e36
Octal35370160130067321713666
Binary111011111100011100001011000011011111100011111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DF870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1DF870; }

 p { color: rgb(29,248,112); }

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

<style>
 a { background-color: #1DF870; }

 a { background-color: rgb(29,248,112); }

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

<style>
 span { border-color: #1DF870; }

 span { border-color: rgb(29,248,112); }

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