#37CF96

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

Shades of Shamrock #37CF96

Tints of Shamrock #37CF96

Color information

#37CF96 (or 0x37CF96) is unknown color: approx Shamrock. HEX triplet: 37, CF and 96. RGB value is (55,207,150). Sum of RGB (Red+Green+Blue) = 55+207+150=412 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.35% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #37CF96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CF96 is #C83069. Grayscale: #9B9B9B. Windows color (decimal): -13119594 or 9883447. OLE color: 9883447.

HSL color Cylindrical-coordinate representation of color #37CF96: hue angle of 157.5º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CF96 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB55207150-
CMYK0.7300.280.19
HSL157.5º61.29%51.37%-
HSV(B)157.5º73.43%81.18%-
XYZ29.3947.6436.5-
YUV155.05125.1456.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.35%
GREEN value IS 207 (81.25% from 255) = 50.24%
BLUE value IS 150 (58.98% from 255) = 36.41%
R=13.35%
G=50.24%
B=36.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal552071500.7300.280.19157.561.2951.37
Hex37CF964901C139e3d33
Octal67317226111034232367563
Binary110111110011111001011010010010111001001110011110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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