Html Css Color HEX #12DF33 Malachite

📋 copy color: '#12DF33'

red 18 ◦ green 223 ◦ blue 51

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

Shades of Malachite #12DF33

Tints of Malachite #12DF33

RGB

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

 GREEN value IS 223 (87.5% from 255) = 76.37%

 BLUE value IS 51 (20.31% from 255) = 17.47%

R = 6.16%
G = 76.37%
B = 17.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#12DF33 (or 0x12DF33) is known color: Malachite. HEX triplet: 12, DF and 33. RGB value is (18,223,51). Sum of RGB (Red+Green+Blue) = 18+223+51=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 223 (87.5% from 255 or 76.37% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DF33 is #ED20CC. Grayscale: #8E8E8E. Windows color (decimal): -15540429 or 3399442. OLE color: 3399442.

HSL color Cylindrical-coordinate representation of color #12DF33: hue angle of 129.66º 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 #12DF33 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 223 51 -
CMYK 0.92 0 0.77 0.13
HSL 129.66º 0.85% 0.47% -
HSV(B) 129.66º 0.92% 0.87% -
XYZ 27.23 53.14 11.95 -
YUV 142.1 76.58 39.49 -
System Red Green Blue C M Y K H S L
Decimal 18 223 51 0.92 0 0.77 0.13 129.66 0.85 0.47
Hex 12 DF 33 5C 0 4D D 82 55 2F
Octal 22 337 63 134 0 115 15 202 125 57
Binary 10010 11011111 110011 1011100 0 1001101 1101 10000010 1010101 101111

Color Harmonies of #12DF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DF33

Black with #12DF33

Text Example


Text Example

White with #12DF33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,223,51); }

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

background-color css

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

 a { background-color: rgb(18,223,51); }

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

border-color css

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

 span { border-color: rgb(18,223,51); }

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