#1DF085

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

Shades of Spring Green #1DF085

Tints of Spring Green #1DF085

Color information

#1DF085 (or 0x1DF085) is unknown color: approx Spring Green. HEX triplet: 1D, F0 and 85. RGB value is (29,240,133). Sum of RGB (Red+Green+Blue) = 29+240+133=402 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.21% from 402); Green value is 240 (94.14% from 255 or 59.70% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF085 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DF085 is #E20F7A. Grayscale: #A4A4A4. Windows color (decimal): -14815099 or 8777757. OLE color: 8777757.

HSL color Cylindrical-coordinate representation of color #1DF085: hue angle of 149.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF085 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB29240133-
CMYK0.8800.450.06
HSL149.57º87.55%52.75%-
HSV(B)149.57º87.92%94.12%-
XYZ35.964.2732.7-
YUV164.71110.131.2-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.21%
GREEN value IS 240 (94.14% from 255) = 59.70%
BLUE value IS 133 (52.34% from 255) = 33.08%
R=7.21%
G=59.70%
B=33.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal292401330.8800.450.06149.5787.5552.75
Hex1DF0855802D6965835
Octal35360205130055622613065
Binary11101111100001000010110110000101101110100101101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DF085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,240,133); }

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

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

 a { background-color: rgb(29,240,133); }

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

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

 span { border-color: rgb(29,240,133); }

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