Html Css Color HEX #1DEA80 Spring Green

📋 copy color: '#1DEA80'

red 29 ◦ green 234 ◦ blue 128

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

Shades of Spring Green #1DEA80

Tints of Spring Green #1DEA80

RGB

 RED value IS 29 (11.72% from 255) = 7.42%

 GREEN value IS 234 (91.8% from 255) = 59.85%

 BLUE value IS 128 (50.39% from 255) = 32.74%

R = 7.42%
G = 59.85%
B = 32.74%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#1DEA80 (or 0x1DEA80) is known color: Spring Green. HEX triplet: 1D, EA and 80. RGB value is (29,234,128). Sum of RGB (Red+Green+Blue) = 29+234+128=391 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.42% from 391); Green value is 234 (91.80% from 255 or 59.85% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 234 - color contains mainly: green. Hex color #1DEA80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DEA80 is #E2157F. Grayscale: #A0A0A0. Windows color (decimal): -14816640 or 8448541. OLE color: 8448541.

HSL color Cylindrical-coordinate representation of color #1DEA80: hue angle of 148.98º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEA80 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 29 234 128 -
CMYK 0.88 0 0.45 0.08
HSL 148.98º 0.83% 0.52% -
HSV(B) 148.98º 0.88% 0.92% -
XYZ 33.83 60.67 30.35 -
YUV 160.62 109.58 34.12 -
System Red Green Blue C M Y K H S L
Decimal 29 234 128 0.88 0 0.45 0.08 148.98 0.83 0.52
Hex 1D EA 80 58 0 2D 8 95 53 34
Octal 35 352 200 130 0 55 10 225 123 64
Binary 11101 11101010 10000000 1011000 0 101101 1000 10010101 1010011 110100

Color Harmonies of #1DEA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEA80

Black with #1DEA80

Text Example


Text Example

White with #1DEA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,234,128); }

 H1.HeaderClassName
 {
   color: #1DEA80;
 }
 .AnyTagClassName
 {
   color: #1DEA80;
 }
</style>

background-color css

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

 a { background-color: rgb(29,234,128); }

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

border-color css

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

 span { border-color: rgb(29,234,128); }

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