Html Css Color HEX #05DD36 Malachite

📋 copy color: '#05DD36'

red 5 ◦ green 221 ◦ blue 54

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

Shades of Malachite #05DD36

Tints of Malachite #05DD36

RGB

 RED value IS 5 (2.34% from 255) = 1.79%

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

 BLUE value IS 54 (21.48% from 255) = 19.29%

R = 1.79%
G = 78.93%
B = 19.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#05DD36 (or 0x05DD36) is known color: Malachite. HEX triplet: 05, DD and 36. RGB value is (5,221,54). Sum of RGB (Red+Green+Blue) = 5+221+54=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 221 (86.72% from 255 or 78.93% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 221 - color contains mainly: green. Hex color #05DD36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DD36 is #FA22C9. Grayscale: #898989. Windows color (decimal): -16392906 or 3595525. OLE color: 3595525.

HSL color Cylindrical-coordinate representation of color #05DD36: hue angle of 133.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DD36 is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 221 54 -
CMYK 0.98 0 0.76 0.13
HSL 133.61º 0.96% 0.44% -
HSV(B) 133.61º 0.98% 0.87% -
XYZ 26.58 52.01 12.13 -
YUV 137.38 80.94 33.58 -
System Red Green Blue C M Y K H S L
Decimal 5 221 54 0.98 0 0.76 0.13 133.61 0.96 0.44
Hex 5 DD 36 62 0 4C D 86 60 2C
Octal 5 335 66 142 0 114 15 206 140 54
Binary 101 11011101 110110 1100010 0 1001100 1101 10000110 1100000 101100

Color Harmonies of #05DD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DD36

Black with #05DD36

Text Example


Text Example

White with #05DD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05DD36; }

 p { color: rgb(5,221,54); }

 H1.HeaderClassName
 {
   color: #05DD36;
 }
 .AnyTagClassName
 {
   color: #05DD36;
 }
</style>

background-color css

<style>
 a { background-color: #05DD36; }

 a { background-color: rgb(5,221,54); }

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

border-color css

<style>
 span { border-color: #05DD36; }

 span { border-color: rgb(5,221,54); }

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