Html Css Color HEX #3CCD95 Shamrock

📋 copy color: '#3CCD95'

red 60 ◦ green 205 ◦ blue 149

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

Shades of Shamrock #3CCD95

Tints of Shamrock #3CCD95

RGB

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

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

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

R = 14.49%
G = 49.52%
B = 35.99%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#3CCD95 (or 0x3CCD95) is known color: Shamrock. HEX triplet: 3C, CD and 95. RGB value is (60,205,149). Sum of RGB (Red+Green+Blue) = 60+205+149=414 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.49% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCD95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCD95 is #C3326A. Grayscale: #9B9B9B. Windows color (decimal): -12792427 or 9817404. OLE color: 9817404.

HSL color Cylindrical-coordinate representation of color #3CCD95: hue angle of 156.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCD95 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 205 149 -
CMYK 0.71 0 0.27 0.20
HSL 156.83º 0.59% 0.52% -
HSV(B) 156.83º 0.71% 0.8% -
XYZ 29.12 46.79 35.93 -
YUV 155.26 124.46 60.05 -
System Red Green Blue C M Y K H S L
Decimal 60 205 149 0.71 0 0.27 0.20 156.83 0.59 0.52
Hex 3C CD 95 47 0 1B 14 9D 3B 34
Octal 74 315 225 107 0 33 24 235 73 64
Binary 111100 11001101 10010101 1000111 0 11011 10100 10011101 111011 110100

Color Harmonies of #3CCD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCD95

Black with #3CCD95

Text Example


Text Example

White with #3CCD95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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