Html Css Color HEX #3DD490 Shamrock

📋 copy color: '#3DD490'

red 61 ◦ green 212 ◦ blue 144

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

Shades of Shamrock #3DD490

Tints of Shamrock #3DD490

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.84%

 BLUE value IS 144 (56.64% from 255) = 34.53%

R = 14.63%
G = 50.84%
B = 34.53%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#3DD490 (or 0x3DD490) is known color: Shamrock. HEX triplet: 3D, D4 and 90. RGB value is (61,212,144). Sum of RGB (Red+Green+Blue) = 61+212+144=417 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.63% from 417); Green value is 212 (83.20% from 255 or 50.84% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 212 - color contains mainly: green. Hex color #3DD490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD490 is #C22B6F. Grayscale: #9F9F9F. Windows color (decimal): -12725104 or 9491517. OLE color: 9491517.

HSL color Cylindrical-coordinate representation of color #3DD490: hue angle of 152.98º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD490 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 61 212 144 -
CMYK 0.71 0 0.32 0.17
HSL 152.98º 0.64% 0.54% -
HSV(B) 152.98º 0.71% 0.83% -
XYZ 30.5 50.09 34.45 -
YUV 159.1 119.47 58.03 -
System Red Green Blue C M Y K H S L
Decimal 61 212 144 0.71 0 0.32 0.17 152.98 0.64 0.54
Hex 3D D4 90 47 0 20 11 99 40 36
Octal 75 324 220 107 0 40 21 231 100 66
Binary 111101 11010100 10010000 1000111 0 100000 10001 10011001 1000000 110110

Color Harmonies of #3DD490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD490

Black with #3DD490

Text Example


Text Example

White with #3DD490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,212,144); }

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

background-color css

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

 a { background-color: rgb(61,212,144); }

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

border-color css

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

 span { border-color: rgb(61,212,144); }

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