Html Css Color HEX #2DDD5B Malachite

📋 copy color: '#2DDD5B'

red 45 ◦ green 221 ◦ blue 91

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

Shades of Malachite #2DDD5B

Tints of Malachite #2DDD5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.49%

R = 12.61%
G = 61.9%
B = 25.49%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#2DDD5B (or 0x2DDD5B) is known color: Malachite. HEX triplet: 2D, DD and 5B. RGB value is (45,221,91). Sum of RGB (Red+Green+Blue) = 45+221+91=357 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.61% from 357); Green value is 221 (86.72% from 255 or 61.90% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDD5B is #D222A4. Grayscale: #999999. Windows color (decimal): -13771429 or 6020397. OLE color: 6020397.

HSL color Cylindrical-coordinate representation of color #2DDD5B: hue angle of 135.68º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDD5B is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 221 91 -
CMYK 0.80 0 0.59 0.13
HSL 135.68º 0.72% 0.52% -
HSV(B) 135.68º 0.8% 0.87% -
XYZ 28.83 53.03 18.61 -
YUV 153.56 92.69 50.57 -
System Red Green Blue C M Y K H S L
Decimal 45 221 91 0.80 0 0.59 0.13 135.68 0.72 0.52
Hex 2D DD 5B 50 0 3B D 88 48 34
Octal 55 335 133 120 0 73 15 210 110 64
Binary 101101 11011101 1011011 1010000 0 111011 1101 10001000 1001000 110100

Color Harmonies of #2DDD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDD5B

Black with #2DDD5B

Text Example


Text Example

White with #2DDD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,221,91); }

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

background-color css

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

 a { background-color: rgb(45,221,91); }

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

border-color css

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

 span { border-color: rgb(45,221,91); }

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