Html Css Color HEX #3CD488 Shamrock

📋 copy color: '#3CD488'

red 60 ◦ green 212 ◦ blue 136

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

Shades of Shamrock #3CD488

Tints of Shamrock #3CD488

RGB

 RED value IS 60 (23.83% from 255) = 14.71%

 GREEN value IS 212 (83.2% from 255) = 51.96%

 BLUE value IS 136 (53.52% from 255) = 33.33%

R = 14.71%
G = 51.96%
B = 33.33%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#3CD488 (or 0x3CD488) is known color: Shamrock. HEX triplet: 3C, D4 and 88. RGB value is (60,212,136). Sum of RGB (Red+Green+Blue) = 60+212+136=408 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.71% from 408); Green value is 212 (83.20% from 255 or 51.96% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 212 - color contains mainly: green. Hex color #3CD488 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CD488 is #C32B77. Grayscale: #9E9E9E. Windows color (decimal): -12790648 or 8967228. OLE color: 8967228.

HSL color Cylindrical-coordinate representation of color #3CD488: hue angle of 150º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD488 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 60 212 136 -
CMYK 0.72 0 0.36 0.17
HSL 150º 0.64% 0.53% -
HSV(B) 150º 0.72% 0.83% -
XYZ 29.85 49.83 31.34 -
YUV 157.89 115.64 58.18 -
System Red Green Blue C M Y K H S L
Decimal 60 212 136 0.72 0 0.36 0.17 150 0.64 0.53
Hex 3C D4 88 48 0 24 11 96 40 35
Octal 74 324 210 110 0 44 21 226 100 65
Binary 111100 11010100 10001000 1001000 0 100100 10001 10010110 1000000 110101

Color Harmonies of #3CD488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD488

Black with #3CD488

Text Example


Text Example

White with #3CD488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CD488; }

 p { color: rgb(60,212,136); }

 H1.HeaderClassName
 {
   color: #3CD488;
 }
 .AnyTagClassName
 {
   color: #3CD488;
 }
</style>

background-color css

<style>
 a { background-color: #3CD488; }

 a { background-color: rgb(60,212,136); }

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

border-color css

<style>
 span { border-color: #3CD488; }

 span { border-color: rgb(60,212,136); }

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