Html Css Color HEX #3DD075 Emerald

📋 copy color: '#3DD075'

red 61 ◦ green 208 ◦ blue 117

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

Shades of Emerald #3DD075

Tints of Emerald #3DD075

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.89%

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

R = 15.8%
G = 53.89%
B = 30.31%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#3DD075 (or 0x3DD075) is known color: Emerald. HEX triplet: 3D, D0 and 75. RGB value is (61,208,117). Sum of RGB (Red+Green+Blue) = 61+208+117=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 208 (81.64% from 255 or 53.89% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD075 is #C22F8A. Grayscale: #999999. Windows color (decimal): -12726155 or 7721021. OLE color: 7721021.

HSL color Cylindrical-coordinate representation of color #3DD075: hue angle of 142.86º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD075 is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 61 208 117 -
CMYK 0.71 0 0.44 0.18
HSL 142.86º 0.61% 0.53% -
HSV(B) 142.86º 0.71% 0.82% -
XYZ 27.69 47.39 24.52 -
YUV 153.67 107.3 61.9 -
System Red Green Blue C M Y K H S L
Decimal 61 208 117 0.71 0 0.44 0.18 142.86 0.61 0.53
Hex 3D D0 75 47 0 2C 12 8F 3D 35
Octal 75 320 165 107 0 54 22 217 75 65
Binary 111101 11010000 1110101 1000111 0 101100 10010 10001111 111101 110101

Color Harmonies of #3DD075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD075

Black with #3DD075

Text Example


Text Example

White with #3DD075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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