Html Css Color HEX #31FA7D Spring Green

📋 copy color: '#31FA7D'

red 49 ◦ green 250 ◦ blue 125

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

Shades of Spring Green #31FA7D

Tints of Spring Green #31FA7D

RGB

 RED value IS 49 (19.53% from 255) = 11.56%

 GREEN value IS 250 (98.05% from 255) = 58.96%

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

R = 11.56%
G = 58.96%
B = 29.48%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#31FA7D (or 0x31FA7D) is known color: Spring Green. HEX triplet: 31, FA and 7D. RGB value is (49,250,125). Sum of RGB (Red+Green+Blue) = 49+250+125=424 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.56% from 424); Green value is 250 (98.05% from 255 or 58.96% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 250 - color contains mainly: green. Hex color #31FA7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FA7D is #CE0582. Grayscale: #AFAFAF. Windows color (decimal): -13501827 or 8256049. OLE color: 8256049.

HSL color Cylindrical-coordinate representation of color #31FA7D: hue angle of 142.69º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31FA7D is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 250 125 -
CMYK 0.80 0 0.50 0.02
HSL 142.69º 0.95% 0.59% -
HSV(B) 142.69º 0.8% 0.98% -
XYZ 39.15 70.5 30.95 -
YUV 175.65 99.41 37.66 -
System Red Green Blue C M Y K H S L
Decimal 49 250 125 0.80 0 0.50 0.02 142.69 0.95 0.59
Hex 31 FA 7D 50 0 32 2 8F 5F 3B
Octal 61 372 175 120 0 62 2 217 137 73
Binary 110001 11111010 1111101 1010000 0 110010 10 10001111 1011111 111011

Color Harmonies of #31FA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FA7D

Black with #31FA7D

Text Example


Text Example

White with #31FA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31FA7D; }

 p { color: rgb(49,250,125); }

 H1.HeaderClassName
 {
   color: #31FA7D;
 }
 .AnyTagClassName
 {
   color: #31FA7D;
 }
</style>

background-color css

<style>
 a { background-color: #31FA7D; }

 a { background-color: rgb(49,250,125); }

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

border-color css

<style>
 span { border-color: #31FA7D; }

 span { border-color: rgb(49,250,125); }

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