Html Css Color HEX #37DC8C Shamrock

📋 copy color: '#37DC8C'

red 55 ◦ green 220 ◦ blue 140

#37DC8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #37DC8C

Tints of Shamrock #37DC8C

RGB

 RED value IS 55 (21.88% from 255) = 13.25%

 GREEN value IS 220 (86.33% from 255) = 53.01%

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 13.25%
G = 53.01%
B = 33.73%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#37DC8C (or 0x37DC8C) is known color: Shamrock. HEX triplet: 37, DC and 8C. RGB value is (55,220,140). Sum of RGB (Red+Green+Blue) = 55+220+140=415 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.25% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #37DC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37DC8C is #C82373. Grayscale: #A1A1A1. Windows color (decimal): -13116276 or 9231415. OLE color: 9231415.

HSL color Cylindrical-coordinate representation of color #37DC8C: hue angle of 150.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DC8C is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 220 140 -
CMYK 0.75 0 0.36 0.14
HSL 150.91º 0.7% 0.54% -
HSV(B) 150.91º 0.75% 0.86% -
XYZ 31.9 53.89 33.53 -
YUV 161.55 115.84 52 -
System Red Green Blue C M Y K H S L
Decimal 55 220 140 0.75 0 0.36 0.14 150.91 0.7 0.54
Hex 37 DC 8C 4B 0 24 E 97 46 36
Octal 67 334 214 113 0 44 16 227 106 66
Binary 110111 11011100 10001100 1001011 0 100100 1110 10010111 1000110 110110

Color Harmonies of #37DC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DC8C

Black with #37DC8C

Text Example


Text Example

White with #37DC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,220,140); }

 H1.HeaderClassName
 {
   color: #37DC8C;
 }
 .AnyTagClassName
 {
   color: #37DC8C;
 }
</style>

background-color css

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

 a { background-color: rgb(55,220,140); }

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

border-color css

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

 span { border-color: rgb(55,220,140); }

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