Html Css Color HEX #1FF97D Spring Green

📋 copy color: '#1FF97D'

red 31 ◦ green 249 ◦ blue 125

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

Shades of Spring Green #1FF97D

Tints of Spring Green #1FF97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.86%

R = 7.65%
G = 61.48%
B = 30.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#1FF97D (or 0x1FF97D) is known color: Spring Green. HEX triplet: 1F, F9 and 7D. RGB value is (31,249,125). Sum of RGB (Red+Green+Blue) = 31+249+125=405 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.65% from 405); Green value is 249 (97.66% from 255 or 61.48% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 249 - color contains mainly: green. Hex color #1FF97D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FF97D is #E00682. Grayscale: #A9A9A9. Windows color (decimal): -14681731 or 8255775. OLE color: 8255775.

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

Color convert

RGB 31 249 125 -
CMYK 0.88 0 0.50 0.02
HSL 145.87º 0.95% 0.55% -
HSV(B) 145.87º 0.88% 0.98% -
XYZ 38.14 69.52 30.81 -
YUV 169.68 102.78 29.08 -
System Red Green Blue C M Y K H S L
Decimal 31 249 125 0.88 0 0.50 0.02 145.87 0.95 0.55
Hex 1F F9 7D 58 0 32 2 92 5F 37
Octal 37 371 175 130 0 62 2 222 137 67
Binary 11111 11111001 1111101 1011000 0 110010 10 10010010 1011111 110111

Color Harmonies of #1FF97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FF97D

Black with #1FF97D

Text Example


Text Example

White with #1FF97D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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