Html Css Color HEX #31FA84 Spring Green

📋 copy color: '#31FA84'

red 49 ◦ green 250 ◦ blue 132

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

Shades of Spring Green #31FA84

Tints of Spring Green #31FA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.63%

R = 11.37%
G = 58%
B = 30.63%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#31FA84 (or 0x31FA84) is known color: Spring Green. HEX triplet: 31, FA and 84. RGB value is (49,250,132). Sum of RGB (Red+Green+Blue) = 49+250+132=431 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.37% from 431); Green value is 250 (98.05% from 255 or 58.00% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 250 - color contains mainly: green. Hex color #31FA84 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31FA84 is #CE057B. Grayscale: #B0B0B0. Windows color (decimal): -13501820 or 8714801. OLE color: 8714801.

HSL color Cylindrical-coordinate representation of color #31FA84: hue angle of 144.78º 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 #31FA84 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 250 132 -
CMYK 0.80 0 0.47 0.02
HSL 144.78º 0.95% 0.59% -
HSV(B) 144.78º 0.8% 0.98% -
XYZ 39.62 70.69 33.39 -
YUV 176.45 102.91 37.09 -
System Red Green Blue C M Y K H S L
Decimal 49 250 132 0.80 0 0.47 0.02 144.78 0.95 0.59
Hex 31 FA 84 50 0 2F 2 91 5F 3B
Octal 61 372 204 120 0 57 2 221 137 73
Binary 110001 11111010 10000100 1010000 0 101111 10 10010001 1011111 111011

Color Harmonies of #31FA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FA84

Black with #31FA84

Text Example


Text Example

White with #31FA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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