Html Css Color HEX #1DF968 Spring Green

📋 copy color: '#1DF968'

red 29 ◦ green 249 ◦ blue 104

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

Shades of Spring Green #1DF968

Tints of Spring Green #1DF968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.23%

R = 7.59%
G = 65.18%
B = 27.23%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#1DF968 (or 0x1DF968) is known color: Spring Green. HEX triplet: 1D, F9 and 68. RGB value is (29,249,104). Sum of RGB (Red+Green+Blue) = 29+249+104=382 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.59% from 382); Green value is 249 (97.66% from 255 or 65.18% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF968 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF968 is #E20697. Grayscale: #A7A7A7. Windows color (decimal): -14812824 or 6879517. OLE color: 6879517.

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

Color convert

RGB 29 249 104 -
CMYK 0.88 0 0.58 0.02
HSL 140.45º 0.95% 0.55% -
HSV(B) 140.45º 0.88% 0.98% -
XYZ 36.88 69.01 24.47 -
YUV 166.69 92.61 29.79 -
System Red Green Blue C M Y K H S L
Decimal 29 249 104 0.88 0 0.58 0.02 140.45 0.95 0.55
Hex 1D F9 68 58 0 3A 2 8C 5F 37
Octal 35 371 150 130 0 72 2 214 137 67
Binary 11101 11111001 1101000 1011000 0 111010 10 10001100 1011111 110111

Color Harmonies of #1DF968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF968

Black with #1DF968

Text Example


Text Example

White with #1DF968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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