Html Css Color HEX #3DDA85 Emerald

📋 copy color: '#3DDA85'

red 61 ◦ green 218 ◦ blue 133

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

Shades of Emerald #3DDA85

Tints of Emerald #3DDA85

RGB

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

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

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

R = 14.81%
G = 52.91%
B = 32.28%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#3DDA85 (or 0x3DDA85) is known color: Emerald. HEX triplet: 3D, DA and 85. RGB value is (61,218,133). Sum of RGB (Red+Green+Blue) = 61+218+133=412 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.81% from 412); Green value is 218 (85.55% from 255 or 52.91% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DDA85 is #C2257A. Grayscale: #A1A1A1. Windows color (decimal): -12723579 or 8772157. OLE color: 8772157.

HSL color Cylindrical-coordinate representation of color #3DDA85: hue angle of 147.52º 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 #3DDA85 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 61 218 133 -
CMYK 0.72 0 0.39 0.15
HSL 147.52º 0.68% 0.55% -
HSV(B) 147.52º 0.72% 0.85% -
XYZ 31.23 52.83 30.74 -
YUV 161.37 111.99 56.41 -
System Red Green Blue C M Y K H S L
Decimal 61 218 133 0.72 0 0.39 0.15 147.52 0.68 0.55
Hex 3D DA 85 48 0 27 F 94 44 37
Octal 75 332 205 110 0 47 17 224 104 67
Binary 111101 11011010 10000101 1001000 0 100111 1111 10010100 1000100 110111

Color Harmonies of #3DDA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDA85

Black with #3DDA85

Text Example


Text Example

White with #3DDA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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