Html Css Color HEX #3DDA75 Emerald

📋 copy color: '#3DDA75'

red 61 ◦ green 218 ◦ blue 117

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

Shades of Emerald #3DDA75

Tints of Emerald #3DDA75

RGB

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

 GREEN value IS 218 (85.55% from 255) = 55.05%

 BLUE value IS 117 (46.09% from 255) = 29.55%

R = 15.4%
G = 55.05%
B = 29.55%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#3DDA75 (or 0x3DDA75) is known color: Emerald. HEX triplet: 3D, DA and 75. RGB value is (61,218,117). Sum of RGB (Red+Green+Blue) = 61+218+117=396 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.40% from 396); Green value is 218 (85.55% from 255 or 55.05% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDA75 is #C2258A. Grayscale: #9F9F9F. Windows color (decimal): -12723595 or 7723581. OLE color: 7723581.

HSL color Cylindrical-coordinate representation of color #3DDA75: hue angle of 141.4º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDA75 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 61 218 117 -
CMYK 0.72 0 0.46 0.15
HSL 141.4º 0.68% 0.55% -
HSV(B) 141.4º 0.72% 0.85% -
XYZ 30.21 52.42 25.36 -
YUV 159.54 103.99 57.71 -
System Red Green Blue C M Y K H S L
Decimal 61 218 117 0.72 0 0.46 0.15 141.4 0.68 0.55
Hex 3D DA 75 48 0 2E F 8D 44 37
Octal 75 332 165 110 0 56 17 215 104 67
Binary 111101 11011010 1110101 1001000 0 101110 1111 10001101 1000100 110111

Color Harmonies of #3DDA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDA75

Black with #3DDA75

Text Example


Text Example

White with #3DDA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,218,117); }

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

background-color css

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

 a { background-color: rgb(61,218,117); }

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

border-color css

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

 span { border-color: rgb(61,218,117); }

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