#37CD96

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

Shades of Shamrock #37CD96

Tints of Shamrock #37CD96

Color information

#37CD96 (or 0x37CD96) is unknown color: approx Shamrock. HEX triplet: 37, CD and 96. RGB value is (55,205,150). Sum of RGB (Red+Green+Blue) = 55+205+150=410 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.41% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #37CD96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CD96 is #C83269. Grayscale: #999999. Windows color (decimal): -13120106 or 9882935. OLE color: 9882935.

HSL color Cylindrical-coordinate representation of color #37CD96: hue angle of 158º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CD96 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB55205150-
CMYK0.7300.270.20
HSL158º60%50.98%-
HSV(B)158º73.17%80.39%-
XYZ28.9146.6836.34-
YUV153.88125.857.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.41%
GREEN value IS 205 (80.47% from 255) = 50%
BLUE value IS 150 (58.98% from 255) = 36.59%
R=13.41%
G=50%
B=36.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal552051500.7300.270.201586050.98
Hex37CD964901B149e3c33
Octal67315226111033242367463
Binary110111110011011001011010010010110111010010011110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,205,150); }

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

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

 a { background-color: rgb(55,205,150); }

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

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

 span { border-color: rgb(55,205,150); }

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