Html Css Color HEX #37CD8C Shamrock

📋 copy color: '#37CD8C'

red 55 ◦ green 205 ◦ blue 140

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

Shades of Shamrock #37CD8C

Tints of Shamrock #37CD8C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.25%

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

R = 13.75%
G = 51.25%
B = 35%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#37CD8C (or 0x37CD8C) is known color: Shamrock. HEX triplet: 37, CD and 8C. RGB value is (55,205,140). Sum of RGB (Red+Green+Blue) = 55+205+140=400 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.75% from 400); Green value is 205 (80.47% from 255 or 51.25% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 205 - color contains mainly: green. Hex color #37CD8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CD8C is #C83273. Grayscale: #989898. Windows color (decimal): -13120116 or 9227575. OLE color: 9227575.

HSL color Cylindrical-coordinate representation of color #37CD8C: hue angle of 154º 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 #37CD8C is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 205 140 -
CMYK 0.73 0 0.32 0.20
HSL 154º 0.6% 0.51% -
HSV(B) 154º 0.73% 0.8% -
XYZ 28.14 46.37 32.28 -
YUV 152.74 120.81 58.29 -
System Red Green Blue C M Y K H S L
Decimal 55 205 140 0.73 0 0.32 0.20 154 0.6 0.51
Hex 37 CD 8C 49 0 20 14 9A 3C 33
Octal 67 315 214 111 0 40 24 232 74 63
Binary 110111 11001101 10001100 1001001 0 100000 10100 10011010 111100 110011

Color Harmonies of #37CD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CD8C

Black with #37CD8C

Text Example


Text Example

White with #37CD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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