Html Css Color HEX #1DFD75 Spring Green

📋 copy color: '#1DFD75'

red 29 ◦ green 253 ◦ blue 117

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

Shades of Spring Green #1DFD75

Tints of Spring Green #1DFD75

RGB

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

 GREEN value IS 253 (99.22% from 255) = 63.41%

 BLUE value IS 117 (46.09% from 255) = 29.32%

R = 7.27%
G = 63.41%
B = 29.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#1DFD75 (or 0x1DFD75) is known color: Spring Green. HEX triplet: 1D, FD and 75. RGB value is (29,253,117). Sum of RGB (Red+Green+Blue) = 29+253+117=399 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.27% from 399); Green value is 253 (99.22% from 255 or 63.41% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 253 - color contains mainly: green. Hex color #1DFD75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFD75 is #E2028A. Grayscale: #AAAAAA. Windows color (decimal): -14811787 or 7732509. OLE color: 7732509.

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

Color convert

RGB 29 253 117 -
CMYK 0.89 0 0.54 0.01
HSL 143.57º 0.98% 0.55% -
HSV(B) 143.57º 0.89% 0.99% -
XYZ 38.84 71.8 28.64 -
YUV 170.52 97.79 27.06 -
System Red Green Blue C M Y K H S L
Decimal 29 253 117 0.89 0 0.54 0.01 143.57 0.98 0.55
Hex 1D FD 75 59 0 36 1 90 62 37
Octal 35 375 165 131 0 66 1 220 142 67
Binary 11101 11111101 1110101 1011001 0 110110 1 10010000 1100010 110111

Color Harmonies of #1DFD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFD75

Black with #1DFD75

Text Example


Text Example

White with #1DFD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,253,117); }

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

background-color css

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

 a { background-color: rgb(29,253,117); }

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

border-color css

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

 span { border-color: rgb(29,253,117); }

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