Html Css Color HEX #3CD295 Shamrock

📋 copy color: '#3CD295'

red 60 ◦ green 210 ◦ blue 149

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

Shades of Shamrock #3CD295

Tints of Shamrock #3CD295

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.12%

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

R = 14.32%
G = 50.12%
B = 35.56%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#3CD295 (or 0x3CD295) is known color: Shamrock. HEX triplet: 3C, D2 and 95. RGB value is (60,210,149). Sum of RGB (Red+Green+Blue) = 60+210+149=419 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.32% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD295 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CD295 is #C32D6A. Grayscale: #9E9E9E. Windows color (decimal): -12791147 or 9818684. OLE color: 9818684.

HSL color Cylindrical-coordinate representation of color #3CD295: hue angle of 155.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CD295 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 60 210 149 -
CMYK 0.71 0 0.29 0.18
HSL 155.6º 0.63% 0.53% -
HSV(B) 155.6º 0.71% 0.82% -
XYZ 30.33 49.22 36.34 -
YUV 158.2 122.81 57.96 -
System Red Green Blue C M Y K H S L
Decimal 60 210 149 0.71 0 0.29 0.18 155.6 0.63 0.53
Hex 3C D2 95 47 0 1D 12 9C 3E 35
Octal 74 322 225 107 0 35 22 234 76 65
Binary 111100 11010010 10010101 1000111 0 11101 10010 10011100 111110 110101

Color Harmonies of #3CD295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD295

Black with #3CD295

Text Example


Text Example

White with #3CD295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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