Html Css Color HEX #1FE974 Spring Green

📋 copy color: '#1FE974'

red 31 ◦ green 233 ◦ blue 116

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

Shades of Spring Green #1FE974

Tints of Spring Green #1FE974

RGB

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

 GREEN value IS 233 (91.41% from 255) = 61.32%

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

R = 8.16%
G = 61.32%
B = 30.53%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#1FE974 (or 0x1FE974) is known color: Spring Green. HEX triplet: 1F, E9 and 74. RGB value is (31,233,116). Sum of RGB (Red+Green+Blue) = 31+233+116=380 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.16% from 380); Green value is 233 (91.41% from 255 or 61.32% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 233 - color contains mainly: green. Hex color #1FE974 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FE974 is #E0168B. Grayscale: #9F9F9F. Windows color (decimal): -14685836 or 7661855. OLE color: 7661855.

HSL color Cylindrical-coordinate representation of color #1FE974: hue angle of 145.25º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE974 is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 31 233 116 -
CMYK 0.87 0 0.50 0.09
HSL 145.25º 0.82% 0.52% -
HSV(B) 145.25º 0.87% 0.91% -
XYZ 32.86 59.83 26.34 -
YUV 159.26 103.58 36.51 -
System Red Green Blue C M Y K H S L
Decimal 31 233 116 0.87 0 0.50 0.09 145.25 0.82 0.52
Hex 1F E9 74 57 0 32 9 91 52 34
Octal 37 351 164 127 0 62 11 221 122 64
Binary 11111 11101001 1110100 1010111 0 110010 1001 10010001 1010010 110100

Color Harmonies of #1FE974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE974

Black with #1FE974

Text Example


Text Example

White with #1FE974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,233,116); }

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

background-color css

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

 a { background-color: rgb(31,233,116); }

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

border-color css

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

 span { border-color: rgb(31,233,116); }

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