#37F482

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

Shades of Shamrock #37F482

Tints of Shamrock #37F482

Color information

#37F482 (or 0x37F482) is unknown color: approx Shamrock. HEX triplet: 37, F4 and 82. RGB value is (55,244,130). Sum of RGB (Red+Green+Blue) = 55+244+130=429 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.82% from 429); Green value is 244 (95.70% from 255 or 56.88% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 244 - color contains mainly: green. Hex color #37F482 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #37F482 is #C80B7D. Grayscale: #AEAEAE. Windows color (decimal): -13110142 or 8582199. OLE color: 8582199.

HSL color Cylindrical-coordinate representation of color #37F482: hue angle of 143.81º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F482 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB55244130-
CMYK0.7700.470.04
HSL143.81º89.57%58.63%-
HSV(B)143.81º77.46%95.69%-
XYZ37.9667.1332.08-
YUV174.49102.8842.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.82%
GREEN value IS 244 (95.70% from 255) = 56.88%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=12.82%
G=56.88%
B=30.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal552441300.7700.470.04143.8189.5758.63
Hex37F4824D02F4905a3b
Octal67364202115057422013273
Binary110111111101001000001010011010101111100100100001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,244,130); }

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

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

 a { background-color: rgb(55,244,130); }

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

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

 span { border-color: rgb(55,244,130); }

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