Html Css Color HEX #2DCD76 Medium Sea Green

📋 copy color: '#2DCD76'

red 45 ◦ green 205 ◦ blue 118

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

Shades of Medium Sea Green #2DCD76

Tints of Medium Sea Green #2DCD76

RGB

 RED value IS 45 (17.97% from 255) = 12.23%

 GREEN value IS 205 (80.47% from 255) = 55.71%

 BLUE value IS 118 (46.48% from 255) = 32.07%

R = 12.23%
G = 55.71%
B = 32.07%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#2DCD76 (or 0x2DCD76) is known color: Medium Sea Green. HEX triplet: 2D, CD and 76. RGB value is (45,205,118). Sum of RGB (Red+Green+Blue) = 45+205+118=368 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.23% from 368); Green value is 205 (80.47% from 255 or 55.71% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 205 - color contains mainly: green. Hex color #2DCD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCD76 is #D23289. Grayscale: #939393. Windows color (decimal): -13775498 or 7785773. OLE color: 7785773.

HSL color Cylindrical-coordinate representation of color #2DCD76: hue angle of 147.38º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCD76 is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 45 205 118 -
CMYK 0.78 0 0.42 0.20
HSL 147.38º 0.64% 0.49% -
HSV(B) 147.38º 0.78% 0.8% -
XYZ 26.18 45.53 24.55 -
YUV 147.24 111.49 55.07 -
System Red Green Blue C M Y K H S L
Decimal 45 205 118 0.78 0 0.42 0.20 147.38 0.64 0.49
Hex 2D CD 76 4E 0 2A 14 93 40 31
Octal 55 315 166 116 0 52 24 223 100 61
Binary 101101 11001101 1110110 1001110 0 101010 10100 10010011 1000000 110001

Color Harmonies of #2DCD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCD76

Black with #2DCD76

Text Example


Text Example

White with #2DCD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DCD76; }

 p { color: rgb(45,205,118); }

 H1.HeaderClassName
 {
   color: #2DCD76;
 }
 .AnyTagClassName
 {
   color: #2DCD76;
 }
</style>

background-color css

<style>
 a { background-color: #2DCD76; }

 a { background-color: rgb(45,205,118); }

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

border-color css

<style>
 span { border-color: #2DCD76; }

 span { border-color: rgb(45,205,118); }

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