Html Css Color HEX #3CDD95 Shamrock

📋 copy color: '#3CDD95'

red 60 ◦ green 221 ◦ blue 149

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

Shades of Shamrock #3CDD95

Tints of Shamrock #3CDD95

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.4%

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

R = 13.95%
G = 51.4%
B = 34.65%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#3CDD95 (or 0x3CDD95) is known color: Shamrock. HEX triplet: 3C, DD and 95. RGB value is (60,221,149). Sum of RGB (Red+Green+Blue) = 60+221+149=430 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.95% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDD95 is #C3226A. Grayscale: #A4A4A4. Windows color (decimal): -12788331 or 9821500. OLE color: 9821500.

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

Color convert

RGB 60 221 149 -
CMYK 0.73 0 0.33 0.13
HSL 153.17º 0.7% 0.55% -
HSV(B) 153.17º 0.73% 0.87% -
XYZ 33.14 54.84 37.27 -
YUV 164.65 119.16 53.35 -
System Red Green Blue C M Y K H S L
Decimal 60 221 149 0.73 0 0.33 0.13 153.17 0.7 0.55
Hex 3C DD 95 49 0 21 D 99 46 37
Octal 74 335 225 111 0 41 15 231 106 67
Binary 111100 11011101 10010101 1001001 0 100001 1101 10011001 1000110 110111

Color Harmonies of #3CDD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDD95

Black with #3CDD95

Text Example


Text Example

White with #3CDD95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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