Html Css Color HEX #3DC295 Shamrock

📋 copy color: '#3DC295'

red 61 ◦ green 194 ◦ blue 149

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

Shades of Shamrock #3DC295

Tints of Shamrock #3DC295

RGB

 RED value IS 61 (24.22% from 255) = 15.1%

 GREEN value IS 194 (76.17% from 255) = 48.02%

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

R = 15.1%
G = 48.02%
B = 36.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#3DC295 (or 0x3DC295) is known color: Shamrock. HEX triplet: 3D, C2 and 95. RGB value is (61,194,149). Sum of RGB (Red+Green+Blue) = 61+194+149=404 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.10% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC295 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC295 is #C23D6A. Grayscale: #959595. Windows color (decimal): -12729707 or 9814589. OLE color: 9814589.

HSL color Cylindrical-coordinate representation of color #3DC295: hue angle of 159.7º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC295 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 61 194 149 -
CMYK 0.69 0 0.23 0.24
HSL 159.7º 0.52% 0.5% -
HSV(B) 159.7º 0.69% 0.76% -
XYZ 26.64 41.75 35.09 -
YUV 149.1 127.94 65.16 -
System Red Green Blue C M Y K H S L
Decimal 61 194 149 0.69 0 0.23 0.24 159.7 0.52 0.5
Hex 3D C2 95 45 0 17 18 A0 34 32
Octal 75 302 225 105 0 27 30 240 64 62
Binary 111101 11000010 10010101 1000101 0 10111 11000 10100000 110100 110010

Color Harmonies of #3DC295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC295

Black with #3DC295

Text Example


Text Example

White with #3DC295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,194,149); }

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

background-color css

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

 a { background-color: rgb(61,194,149); }

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

border-color css

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

 span { border-color: rgb(61,194,149); }

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