Html Css Color HEX #31FF82 Spring Green

📋 copy color: '#31FF82'

red 49 ◦ green 255 ◦ blue 130

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

Shades of Spring Green #31FF82

Tints of Spring Green #31FF82

RGB

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

 GREEN value IS 255 (100% from 255) = 58.76%

 BLUE value IS 130 (51.17% from 255) = 29.95%

R = 11.29%
G = 58.76%
B = 29.95%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#31FF82 (or 0x31FF82) is known color: Spring Green. HEX triplet: 31, FF and 82. RGB value is (49,255,130). Sum of RGB (Red+Green+Blue) = 49+255+130=434 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.29% from 434); Green value is 255 (100% from 255 or 58.76% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31FF82 is #CE007D. Grayscale: #B3B3B3. Windows color (decimal): -13500542 or 8585009. OLE color: 8585009.

HSL color Cylindrical-coordinate representation of color #31FF82: hue angle of 143.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FF82 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB 49 255 130 -
CMYK 0.81 0 0.49 0
HSL 143.59º 1% 0.6% -
HSV(B) 143.59º 0.81% 1% -
XYZ 41.06 73.78 33.2 -
YUV 179.16 100.25 35.16 -
System Red Green Blue C M Y K H S L
Decimal 49 255 130 0.81 0 0.49 0 143.59 1 0.6
Hex 31 FF 82 51 0 31 0 90 64 3C
Octal 61 377 202 121 0 61 0 220 144 74
Binary 110001 11111111 10000010 1010001 0 110001 0 10010000 1100100 111100

Color Harmonies of #31FF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FF82

Black with #31FF82

Text Example


Text Example

White with #31FF82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,255,130); }

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

background-color css

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

 a { background-color: rgb(49,255,130); }

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

border-color css

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

 span { border-color: rgb(49,255,130); }

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