Html Css Color HEX #31E695 Shamrock

📋 copy color: '#31E695'

red 49 ◦ green 230 ◦ blue 149

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

Shades of Shamrock #31E695

Tints of Shamrock #31E695

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.74%

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

R = 11.45%
G = 53.74%
B = 34.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#31E695 (or 0x31E695) is known color: Shamrock. HEX triplet: 31, E6 and 95. RGB value is (49,230,149). Sum of RGB (Red+Green+Blue) = 49+230+149=428 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.45% from 428); Green value is 230 (90.23% from 255 or 53.74% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 230 - color contains mainly: green. Hex color #31E695 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31E695 is #CE196A. Grayscale: #A6A6A6. Windows color (decimal): -13506923 or 9823793. OLE color: 9823793.

HSL color Cylindrical-coordinate representation of color #31E695: hue angle of 153.15º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E695 is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 230 149 -
CMYK 0.79 0 0.35 0.10
HSL 153.15º 0.78% 0.55% -
HSV(B) 153.15º 0.79% 0.9% -
XYZ 34.99 59.42 38.06 -
YUV 166.65 118.03 44.09 -
System Red Green Blue C M Y K H S L
Decimal 49 230 149 0.79 0 0.35 0.10 153.15 0.78 0.55
Hex 31 E6 95 4F 0 23 A 99 4E 37
Octal 61 346 225 117 0 43 12 231 116 67
Binary 110001 11100110 10010101 1001111 0 100011 1010 10011001 1001110 110111

Color Harmonies of #31E695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E695

Black with #31E695

Text Example


Text Example

White with #31E695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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