Html Css Color HEX #1DF185 Spring Green

📋 copy color: '#1DF185'

red 29 ◦ green 241 ◦ blue 133

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

Shades of Spring Green #1DF185

Tints of Spring Green #1DF185

RGB

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

 GREEN value IS 241 (94.53% from 255) = 59.8%

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

R = 7.2%
G = 59.8%
B = 33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#1DF185 (or 0x1DF185) is known color: Spring Green. HEX triplet: 1D, F1 and 85. RGB value is (29,241,133). Sum of RGB (Red+Green+Blue) = 29+241+133=403 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.20% from 403); Green value is 241 (94.53% from 255 or 59.80% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 241 - color contains mainly: green. Hex color #1DF185 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DF185 is #E20E7A. Grayscale: #A5A5A5. Windows color (decimal): -14814843 or 8778013. OLE color: 8778013.

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

Color convert

RGB 29 241 133 -
CMYK 0.88 0 0.45 0.05
HSL 149.43º 0.88% 0.53% -
HSV(B) 149.43º 0.88% 0.95% -
XYZ 36.2 64.87 32.8 -
YUV 165.3 109.76 30.78 -
System Red Green Blue C M Y K H S L
Decimal 29 241 133 0.88 0 0.45 0.05 149.43 0.88 0.53
Hex 1D F1 85 58 0 2D 5 95 58 35
Octal 35 361 205 130 0 55 5 225 130 65
Binary 11101 11110001 10000101 1011000 0 101101 101 10010101 1011000 110101

Color Harmonies of #1DF185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF185

Black with #1DF185

Text Example


Text Example

White with #1DF185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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