Html Css Color HEX #3DDD67 Emerald

📋 copy color: '#3DDD67'

red 61 ◦ green 221 ◦ blue 103

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

Shades of Emerald #3DDD67

Tints of Emerald #3DDD67

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.4%

 BLUE value IS 103 (40.63% from 255) = 26.75%

R = 15.84%
G = 57.4%
B = 26.75%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#3DDD67 (or 0x3DDD67) is known color: Emerald. HEX triplet: 3D, DD and 67. RGB value is (61,221,103). Sum of RGB (Red+Green+Blue) = 61+221+103=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDD67 is #C22298. Grayscale: #A0A0A0. Windows color (decimal): -12722841 or 6806845. OLE color: 6806845.

HSL color Cylindrical-coordinate representation of color #3DDD67: hue angle of 135.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDD67 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 221 103 -
CMYK 0.72 0 0.53 0.13
HSL 135.75º 0.7% 0.55% -
HSV(B) 135.75º 0.72% 0.87% -
XYZ 30.23 53.68 21.6 -
YUV 159.71 95.99 57.59 -
System Red Green Blue C M Y K H S L
Decimal 61 221 103 0.72 0 0.53 0.13 135.75 0.7 0.55
Hex 3D DD 67 48 0 35 D 88 46 37
Octal 75 335 147 110 0 65 15 210 106 67
Binary 111101 11011101 1100111 1001000 0 110101 1101 10001000 1000110 110111

Color Harmonies of #3DDD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDD67

Black with #3DDD67

Text Example


Text Example

White with #3DDD67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,221,103); }

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

background-color css

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

 a { background-color: rgb(61,221,103); }

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

border-color css

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

 span { border-color: rgb(61,221,103); }

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