Html Css Color HEX #1DF973 Spring Green

📋 copy color: '#1DF973'

red 29 ◦ green 249 ◦ blue 115

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

Shades of Spring Green #1DF973

Tints of Spring Green #1DF973

RGB

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

 GREEN value IS 249 (97.66% from 255) = 63.36%

 BLUE value IS 115 (45.31% from 255) = 29.26%

R = 7.38%
G = 63.36%
B = 29.26%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#1DF973 (or 0x1DF973) is known color: Spring Green. HEX triplet: 1D, F9 and 73. RGB value is (29,249,115). Sum of RGB (Red+Green+Blue) = 29+249+115=393 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.38% from 393); Green value is 249 (97.66% from 255 or 63.36% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF973 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF973 is #E2068C. Grayscale: #A8A8A8. Windows color (decimal): -14812813 or 7600413. OLE color: 7600413.

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

Color convert

RGB 29 249 115 -
CMYK 0.88 0 0.54 0.02
HSL 143.45º 0.95% 0.55% -
HSV(B) 143.45º 0.88% 0.98% -
XYZ 37.48 69.25 27.61 -
YUV 167.94 98.11 28.9 -
System Red Green Blue C M Y K H S L
Decimal 29 249 115 0.88 0 0.54 0.02 143.45 0.95 0.55
Hex 1D F9 73 58 0 36 2 8F 5F 37
Octal 35 371 163 130 0 66 2 217 137 67
Binary 11101 11111001 1110011 1011000 0 110110 10 10001111 1011111 110111

Color Harmonies of #1DF973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF973

Black with #1DF973

Text Example


Text Example

White with #1DF973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,249,115); }

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

background-color css

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

 a { background-color: rgb(29,249,115); }

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

border-color css

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

 span { border-color: rgb(29,249,115); }

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