#37EB85

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

Shades of Shamrock #37EB85

Tints of Shamrock #37EB85

Color information

#37EB85 (or 0x37EB85) is unknown color: approx Shamrock. HEX triplet: 37, EB and 85. RGB value is (55,235,133). Sum of RGB (Red+Green+Blue) = 55+235+133=423 (56% of max value = 765). Red value is 55 (21.88% from 255 or 13.00% from 423); Green value is 235 (92.19% from 255 or 55.56% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 235 - color contains mainly: green. Hex color #37EB85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #37EB85 is #C8147A. Grayscale: #A9A9A9. Windows color (decimal): -13112443 or 8776503. OLE color: 8776503.

HSL color Cylindrical-coordinate representation of color #37EB85: hue angle of 146º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EB85 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB55235133-
CMYK0.7700.430.08
HSL146º81.82%56.86%-
HSV(B)146º76.6%92.16%-
XYZ35.5261.9232.27-
YUV169.55107.3746.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.00%
GREEN value IS 235 (92.19% from 255) = 55.56%
BLUE value IS 133 (52.34% from 255) = 31.44%
R=13.00%
G=55.56%
B=31.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal552351330.7700.430.0814681.8256.86
Hex37EB854D02B8925239
Octal673532051150531022212271
Binary1101111110101110000101100110101010111000100100101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37EB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37EB85; }

 p { color: rgb(55,235,133); }

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

<style>
 a { background-color: #37EB85; }

 a { background-color: rgb(55,235,133); }

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

<style>
 span { border-color: #37EB85; }

 span { border-color: rgb(55,235,133); }

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