Html Css Color HEX #31DB99 Shamrock

📋 copy color: '#31DB99'

red 49 ◦ green 219 ◦ blue 153

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

Shades of Shamrock #31DB99

Tints of Shamrock #31DB99

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.02%

 BLUE value IS 153 (60.16% from 255) = 36.34%

R = 11.64%
G = 52.02%
B = 36.34%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#31DB99 (or 0x31DB99) is known color: Shamrock. HEX triplet: 31, DB and 99. RGB value is (49,219,153). Sum of RGB (Red+Green+Blue) = 49+219+153=421 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.64% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #31DB99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DB99 is #CE2466. Grayscale: #A0A0A0. Windows color (decimal): -13509735 or 10083121. OLE color: 10083121.

HSL color Cylindrical-coordinate representation of color #31DB99: hue angle of 156.71º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DB99 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 219 153 -
CMYK 0.78 0 0.30 0.14
HSL 156.71º 0.7% 0.53% -
HSV(B) 156.71º 0.78% 0.86% -
XYZ 32.35 53.62 38.78 -
YUV 160.65 123.68 48.37 -
System Red Green Blue C M Y K H S L
Decimal 49 219 153 0.78 0 0.30 0.14 156.71 0.7 0.53
Hex 31 DB 99 4E 0 1E E 9D 46 35
Octal 61 333 231 116 0 36 16 235 106 65
Binary 110001 11011011 10011001 1001110 0 11110 1110 10011101 1000110 110101

Color Harmonies of #31DB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DB99

Black with #31DB99

Text Example


Text Example

White with #31DB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,219,153); }

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

background-color css

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

 a { background-color: rgb(49,219,153); }

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

border-color css

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

 span { border-color: rgb(49,219,153); }

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