#31E694

Color #31E694 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #31E694

Tints of Shamrock #31E694

Color information

#31E694 (or 0x31E694) is unknown color: approx Shamrock. HEX triplet: 31, E6 and 94. RGB value is (49,230,148). Sum of RGB (Red+Green+Blue) = 49+230+148=427 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.48% from 427); Green value is 230 (90.23% from 255 or 53.86% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 230 - color contains mainly: green. Hex color #31E694 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31E694 is #CE196B. Grayscale: #A6A6A6. Windows color (decimal): -13506924 or 9758257. OLE color: 9758257.

HSL color Cylindrical-coordinate representation of color #31E694: hue angle of 152.82º 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 #31E694 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB49230148-
CMYK0.7900.360.10
HSL152.82º78.35%54.71%-
HSV(B)152.82º78.7%90.2%-
XYZ34.9159.3837.64-
YUV166.53117.5344.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.48%
GREEN value IS 230 (90.23% from 255) = 53.86%
BLUE value IS 148 (58.20% from 255) = 34.66%
R=11.48%
G=53.86%
B=34.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal492301480.7900.360.10152.8278.3554.71
Hex31E6944F024A994e37
Octal613462241170441223111667
Binary1100011110011010010100100111101001001010100110011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31E694;
 }
 .AnyTagClassName
 {
   color: #31E694;
 }
</style>
background-color css

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

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

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

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

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

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