Html Css Color HEX #3CDC95 Shamrock

📋 copy color: '#3CDC95'

red 60 ◦ green 220 ◦ blue 149

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

Shades of Shamrock #3CDC95

Tints of Shamrock #3CDC95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.73%

R = 13.99%
G = 51.28%
B = 34.73%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#3CDC95 (or 0x3CDC95) is known color: Shamrock. HEX triplet: 3C, DC and 95. RGB value is (60,220,149). Sum of RGB (Red+Green+Blue) = 60+220+149=429 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.99% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDC95 is #C3236A. Grayscale: #A4A4A4. Windows color (decimal): -12788587 or 9821244. OLE color: 9821244.

HSL color Cylindrical-coordinate representation of color #3CDC95: hue angle of 153.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDC95 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 220 149 -
CMYK 0.73 0 0.32 0.14
HSL 153.38º 0.7% 0.55% -
HSV(B) 153.38º 0.73% 0.86% -
XYZ 32.88 54.32 37.18 -
YUV 164.07 119.49 53.77 -
System Red Green Blue C M Y K H S L
Decimal 60 220 149 0.73 0 0.32 0.14 153.38 0.7 0.55
Hex 3C DC 95 49 0 20 E 99 46 37
Octal 74 334 225 111 0 40 16 231 106 67
Binary 111100 11011100 10010101 1001001 0 100000 1110 10011001 1000110 110111

Color Harmonies of #3CDC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC95

Black with #3CDC95

Text Example


Text Example

White with #3CDC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,220,149); }

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

background-color css

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

 a { background-color: rgb(60,220,149); }

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

border-color css

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

 span { border-color: rgb(60,220,149); }

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