Html Css Color HEX #12DD51 Malachite

📋 copy color: '#12DD51'

red 18 ◦ green 221 ◦ blue 81

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

Shades of Malachite #12DD51

Tints of Malachite #12DD51

RGB

 RED value IS 18 (7.42% from 255) = 5.63%

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

 BLUE value IS 81 (32.03% from 255) = 25.31%

R = 5.63%
G = 69.06%
B = 25.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#12DD51 (or 0x12DD51) is known color: Malachite. HEX triplet: 12, DD and 51. RGB value is (18,221,81). Sum of RGB (Red+Green+Blue) = 18+221+81=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 221 (86.72% from 255 or 69.06% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DD51 is #ED22AE. Grayscale: #909090. Windows color (decimal): -15540911 or 5365010. OLE color: 5365010.

HSL color Cylindrical-coordinate representation of color #12DD51: hue angle of 138.62º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DD51 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 221 81 -
CMYK 0.92 0 0.63 0.13
HSL 138.62º 0.85% 0.47% -
HSV(B) 138.62º 0.92% 0.87% -
XYZ 27.59 52.44 16.45 -
YUV 144.34 92.25 37.88 -
System Red Green Blue C M Y K H S L
Decimal 18 221 81 0.92 0 0.63 0.13 138.62 0.85 0.47
Hex 12 DD 51 5C 0 3F D 8B 55 2F
Octal 22 335 121 134 0 77 15 213 125 57
Binary 10010 11011101 1010001 1011100 0 111111 1101 10001011 1010101 101111

Color Harmonies of #12DD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DD51

Black with #12DD51

Text Example


Text Example

White with #12DD51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12DD51; }

 p { color: rgb(18,221,81); }

 H1.HeaderClassName
 {
   color: #12DD51;
 }
 .AnyTagClassName
 {
   color: #12DD51;
 }
</style>

background-color css

<style>
 a { background-color: #12DD51; }

 a { background-color: rgb(18,221,81); }

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

border-color css

<style>
 span { border-color: #12DD51; }

 span { border-color: rgb(18,221,81); }

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