Html Css Color HEX #1DF974 Spring Green

📋 copy color: '#1DF974'

red 29 ◦ green 249 ◦ blue 116

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

Shades of Spring Green #1DF974

Tints of Spring Green #1DF974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.44%

R = 7.36%
G = 63.2%
B = 29.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#1DF974 (or 0x1DF974) is known color: Spring Green. HEX triplet: 1D, F9 and 74. RGB value is (29,249,116). Sum of RGB (Red+Green+Blue) = 29+249+116=394 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.36% from 394); Green value is 249 (97.66% from 255 or 63.20% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF974 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF974 is #E2068B. Grayscale: #A8A8A8. Windows color (decimal): -14812812 or 7665949. OLE color: 7665949.

HSL color Cylindrical-coordinate representation of color #1DF974: hue angle of 143.73º 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 #1DF974 is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 249 116 -
CMYK 0.88 0 0.53 0.02
HSL 143.73º 0.95% 0.55% -
HSV(B) 143.73º 0.88% 0.98% -
XYZ 37.53 69.27 27.92 -
YUV 168.06 98.61 28.81 -
System Red Green Blue C M Y K H S L
Decimal 29 249 116 0.88 0 0.53 0.02 143.73 0.95 0.55
Hex 1D F9 74 58 0 35 2 90 5F 37
Octal 35 371 164 130 0 65 2 220 137 67
Binary 11101 11111001 1110100 1011000 0 110101 10 10010000 1011111 110111

Color Harmonies of #1DF974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF974

Black with #1DF974

Text Example


Text Example

White with #1DF974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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