Html Css Color HEX #1DE985 Spring Green

📋 copy color: '#1DE985'

red 29 ◦ green 233 ◦ blue 133

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

Shades of Spring Green #1DE985

Tints of Spring Green #1DE985

RGB

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

 GREEN value IS 233 (91.41% from 255) = 58.99%

 BLUE value IS 133 (52.34% from 255) = 33.67%

R = 7.34%
G = 58.99%
B = 33.67%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#1DE985 (or 0x1DE985) is known color: Spring Green. HEX triplet: 1D, E9 and 85. RGB value is (29,233,133). Sum of RGB (Red+Green+Blue) = 29+233+133=395 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.34% from 395); Green value is 233 (91.41% from 255 or 58.99% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 233 - color contains mainly: green. Hex color #1DE985 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DE985 is #E2167A. Grayscale: #A0A0A0. Windows color (decimal): -14816891 or 8775965. OLE color: 8775965.

HSL color Cylindrical-coordinate representation of color #1DE985: hue angle of 150.59º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DE985 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 29 233 133 -
CMYK 0.88 0 0.43 0.09
HSL 150.59º 0.82% 0.51% -
HSV(B) 150.59º 0.88% 0.91% -
XYZ 33.88 60.23 32.03 -
YUV 160.6 112.41 34.13 -
System Red Green Blue C M Y K H S L
Decimal 29 233 133 0.88 0 0.43 0.09 150.59 0.82 0.51
Hex 1D E9 85 58 0 2B 9 97 52 33
Octal 35 351 205 130 0 53 11 227 122 63
Binary 11101 11101001 10000101 1011000 0 101011 1001 10010111 1010010 110011

Color Harmonies of #1DE985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DE985

Black with #1DE985

Text Example


Text Example

White with #1DE985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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