Html Css Color HEX #31F995 Shamrock

📋 copy color: '#31F995'

red 49 ◦ green 249 ◦ blue 149

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

Shades of Shamrock #31F995

Tints of Shamrock #31F995

RGB

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

 GREEN value IS 249 (97.66% from 255) = 55.7%

 BLUE value IS 149 (58.59% from 255) = 33.33%

R = 10.96%
G = 55.7%
B = 33.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#31F995 (or 0x31F995) is known color: Shamrock. HEX triplet: 31, F9 and 95. RGB value is (49,249,149). Sum of RGB (Red+Green+Blue) = 49+249+149=447 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.96% from 447); Green value is 249 (97.66% from 255 or 55.70% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 249 - color contains mainly: green. Hex color #31F995 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31F995 is #CE066A. Grayscale: #B2B2B2. Windows color (decimal): -13502059 or 9828657. OLE color: 9828657.

HSL color Cylindrical-coordinate representation of color #31F995: hue angle of 150º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F995 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 249 149 -
CMYK 0.80 0 0.40 0.02
HSL 150º 0.94% 0.58% -
HSV(B) 150º 0.8% 0.98% -
XYZ 40.57 70.57 39.92 -
YUV 177.8 111.74 36.13 -
System Red Green Blue C M Y K H S L
Decimal 49 249 149 0.80 0 0.40 0.02 150 0.94 0.58
Hex 31 F9 95 50 0 28 2 96 5E 3A
Octal 61 371 225 120 0 50 2 226 136 72
Binary 110001 11111001 10010101 1010000 0 101000 10 10010110 1011110 111010

Color Harmonies of #31F995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F995

Black with #31F995

Text Example


Text Example

White with #31F995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,249,149); }

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

background-color css

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

 a { background-color: rgb(49,249,149); }

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

border-color css

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

 span { border-color: rgb(49,249,149); }

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