Html Css Color HEX #1FF980 Spring Green

📋 copy color: '#1FF980'

red 31 ◦ green 249 ◦ blue 128

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

Shades of Spring Green #1FF980

Tints of Spring Green #1FF980

RGB

 RED value IS 31 (12.5% from 255) = 7.6%

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

 BLUE value IS 128 (50.39% from 255) = 31.37%

R = 7.6%
G = 61.03%
B = 31.37%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#1FF980 (or 0x1FF980) is known color: Spring Green. HEX triplet: 1F, F9 and 80. RGB value is (31,249,128). Sum of RGB (Red+Green+Blue) = 31+249+128=408 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.60% from 408); Green value is 249 (97.66% from 255 or 61.03% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 249 - color contains mainly: green. Hex color #1FF980 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1FF980 is #E0067F. Grayscale: #AAAAAA. Windows color (decimal): -14681728 or 8452383. OLE color: 8452383.

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

Color convert

RGB 31 249 128 -
CMYK 0.88 0 0.49 0.02
HSL 146.7º 0.95% 0.55% -
HSV(B) 146.7º 0.88% 0.98% -
XYZ 38.34 69.6 31.84 -
YUV 170.02 104.28 28.84 -
System Red Green Blue C M Y K H S L
Decimal 31 249 128 0.88 0 0.49 0.02 146.7 0.95 0.55
Hex 1F F9 80 58 0 31 2 93 5F 37
Octal 37 371 200 130 0 61 2 223 137 67
Binary 11111 11111001 10000000 1011000 0 110001 10 10010011 1011111 110111

Color Harmonies of #1FF980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FF980

Black with #1FF980

Text Example


Text Example

White with #1FF980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,249,128); }

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

background-color css

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

 a { background-color: rgb(31,249,128); }

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

border-color css

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

 span { border-color: rgb(31,249,128); }

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