Html Css Color HEX #3CDD6E Emerald

📋 copy color: '#3CDD6E'

red 60 ◦ green 221 ◦ blue 110

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

Shades of Emerald #3CDD6E

Tints of Emerald #3CDD6E

RGB

 RED value IS 60 (23.83% from 255) = 15.35%

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

 BLUE value IS 110 (43.36% from 255) = 28.13%

R = 15.35%
G = 56.52%
B = 28.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#3CDD6E (or 0x3CDD6E) is known color: Emerald. HEX triplet: 3C, DD and 6E. RGB value is (60,221,110). Sum of RGB (Red+Green+Blue) = 60+221+110=391 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.35% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDD6E is #C32291. Grayscale: #A0A0A0. Windows color (decimal): -12788370 or 7265596. OLE color: 7265596.

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

Color convert

RGB 60 221 110 -
CMYK 0.73 0 0.50 0.13
HSL 138.63º 0.7% 0.55% -
HSV(B) 138.63º 0.73% 0.87% -
XYZ 30.53 53.8 23.53 -
YUV 160.21 99.66 56.53 -
System Red Green Blue C M Y K H S L
Decimal 60 221 110 0.73 0 0.50 0.13 138.63 0.7 0.55
Hex 3C DD 6E 49 0 32 D 8B 46 37
Octal 74 335 156 111 0 62 15 213 106 67
Binary 111100 11011101 1101110 1001001 0 110010 1101 10001011 1000110 110111

Color Harmonies of #3CDD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDD6E

Black with #3CDD6E

Text Example


Text Example

White with #3CDD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,221,110); }

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

background-color css

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

 a { background-color: rgb(60,221,110); }

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

border-color css

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

 span { border-color: rgb(60,221,110); }

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