Html Css Color HEX #31C499 Shamrock

📋 copy color: '#31C499'

red 49 ◦ green 196 ◦ blue 153

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

Shades of Shamrock #31C499

Tints of Shamrock #31C499

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.25%

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

R = 12.31%
G = 49.25%
B = 38.44%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#31C499 (or 0x31C499) is known color: Shamrock. HEX triplet: 31, C4 and 99. RGB value is (49,196,153). Sum of RGB (Red+Green+Blue) = 49+196+153=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 196 - color contains mainly: green. Hex color #31C499 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C499 is #CE3B66. Grayscale: #939393. Windows color (decimal): -13515623 or 10077233. OLE color: 10077233.

HSL color Cylindrical-coordinate representation of color #31C499: hue angle of 162.45º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C499 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB 49 196 153 -
CMYK 0.75 0 0.22 0.23
HSL 162.45º 0.6% 0.48% -
HSV(B) 162.45º 0.75% 0.77% -
XYZ 26.76 42.43 36.92 -
YUV 147.15 131.3 58 -
System Red Green Blue C M Y K H S L
Decimal 49 196 153 0.75 0 0.22 0.23 162.45 0.6 0.48
Hex 31 C4 99 4B 0 16 17 A2 3C 30
Octal 61 304 231 113 0 26 27 242 74 60
Binary 110001 11000100 10011001 1001011 0 10110 10111 10100010 111100 110000

Color Harmonies of #31C499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C499

Black with #31C499

Text Example


Text Example

White with #31C499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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