Html Css Color HEX #31D47F Shamrock

📋 copy color: '#31D47F'

red 49 ◦ green 212 ◦ blue 127

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

Shades of Shamrock #31D47F

Tints of Shamrock #31D47F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 54.64%

 BLUE value IS 127 (50% from 255) = 32.73%

R = 12.63%
G = 54.64%
B = 32.73%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#31D47F (or 0x31D47F) is known color: Shamrock. HEX triplet: 31, D4 and 7F. RGB value is (49,212,127). Sum of RGB (Red+Green+Blue) = 49+212+127=388 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.63% from 388); Green value is 212 (83.20% from 255 or 54.64% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 212 - color contains mainly: green. Hex color #31D47F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D47F is #CE2B80. Grayscale: #999999. Windows color (decimal): -13511553 or 8377393. OLE color: 8377393.

HSL color Cylindrical-coordinate representation of color #31D47F: hue angle of 148.71º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D47F is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 49 212 127 -
CMYK 0.77 0 0.40 0.17
HSL 148.71º 0.65% 0.51% -
HSV(B) 148.71º 0.77% 0.83% -
XYZ 28.64 49.27 28.08 -
YUV 153.57 113 53.41 -
System Red Green Blue C M Y K H S L
Decimal 49 212 127 0.77 0 0.40 0.17 148.71 0.65 0.51
Hex 31 D4 7F 4D 0 28 11 95 41 33
Octal 61 324 177 115 0 50 21 225 101 63
Binary 110001 11010100 1111111 1001101 0 101000 10001 10010101 1000001 110011

Color Harmonies of #31D47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D47F

Black with #31D47F

Text Example


Text Example

White with #31D47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,212,127); }

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

background-color css

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

 a { background-color: rgb(49,212,127); }

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

border-color css

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

 span { border-color: rgb(49,212,127); }

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