Html Css Color HEX #31D57E Shamrock

📋 copy color: '#31D57E'

red 49 ◦ green 213 ◦ blue 126

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

Shades of Shamrock #31D57E

Tints of Shamrock #31D57E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 54.9%

 BLUE value IS 126 (49.61% from 255) = 32.47%

R = 12.63%
G = 54.9%
B = 32.47%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#31D57E (or 0x31D57E) is known color: Shamrock. HEX triplet: 31, D5 and 7E. RGB value is (49,213,126). Sum of RGB (Red+Green+Blue) = 49+213+126=388 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.63% from 388); Green value is 213 (83.59% from 255 or 54.90% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 213 - color contains mainly: green. Hex color #31D57E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D57E is #CE2A81. Grayscale: #9A9A9A. Windows color (decimal): -13511298 or 8312113. OLE color: 8312113.

HSL color Cylindrical-coordinate representation of color #31D57E: hue angle of 148.17º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D57E is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 213 126 -
CMYK 0.77 0 0.41 0.16
HSL 148.17º 0.66% 0.51% -
HSV(B) 148.17º 0.77% 0.84% -
XYZ 28.83 49.75 27.82 -
YUV 154.05 112.17 53.07 -
System Red Green Blue C M Y K H S L
Decimal 49 213 126 0.77 0 0.41 0.16 148.17 0.66 0.51
Hex 31 D5 7E 4D 0 29 10 94 42 33
Octal 61 325 176 115 0 51 20 224 102 63
Binary 110001 11010101 1111110 1001101 0 101001 10000 10010100 1000010 110011

Color Harmonies of #31D57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D57E

Black with #31D57E

Text Example


Text Example

White with #31D57E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,213,126); }

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

background-color css

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

 a { background-color: rgb(49,213,126); }

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

border-color css

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

 span { border-color: rgb(49,213,126); }

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