Html Css Color HEX #3DC485 Shamrock

📋 copy color: '#3DC485'

red 61 ◦ green 196 ◦ blue 133

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

Shades of Shamrock #3DC485

Tints of Shamrock #3DC485

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.26%

 BLUE value IS 133 (52.34% from 255) = 34.1%

R = 15.64%
G = 50.26%
B = 34.1%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#3DC485 (or 0x3DC485) is known color: Shamrock. HEX triplet: 3D, C4 and 85. RGB value is (61,196,133). Sum of RGB (Red+Green+Blue) = 61+196+133=390 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.64% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC485 is #C23B7A. Grayscale: #949494. Windows color (decimal): -12729211 or 8766525. OLE color: 8766525.

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

Color convert

RGB 61 196 133 -
CMYK 0.69 0 0.32 0.23
HSL 152º 0.53% 0.5% -
HSV(B) 152º 0.69% 0.77% -
XYZ 25.9 42.17 28.96 -
YUV 148.45 119.27 65.62 -
System Red Green Blue C M Y K H S L
Decimal 61 196 133 0.69 0 0.32 0.23 152 0.53 0.5
Hex 3D C4 85 45 0 20 17 98 35 32
Octal 75 304 205 105 0 40 27 230 65 62
Binary 111101 11000100 10000101 1000101 0 100000 10111 10011000 110101 110010

Color Harmonies of #3DC485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC485

Black with #3DC485

Text Example


Text Example

White with #3DC485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,196,133); }

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

background-color css

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

 a { background-color: rgb(61,196,133); }

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

border-color css

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

 span { border-color: rgb(61,196,133); }

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