Html Css Color HEX #05DD4B Malachite

📋 copy color: '#05DD4B'

red 5 ◦ green 221 ◦ blue 75

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

Shades of Malachite #05DD4B

Tints of Malachite #05DD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.92%

R = 1.66%
G = 73.42%
B = 24.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#05DD4B (or 0x05DD4B) is known color: Malachite. HEX triplet: 05, DD and 4B. RGB value is (5,221,75). Sum of RGB (Red+Green+Blue) = 5+221+75=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 221 (86.72% from 255 or 73.42% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 221 - color contains mainly: green. Hex color #05DD4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DD4B is #FA22B4. Grayscale: #8C8C8C. Windows color (decimal): -16392885 or 4971781. OLE color: 4971781.

HSL color Cylindrical-coordinate representation of color #05DD4B: hue angle of 139.44º 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 #05DD4B is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 221 75 -
CMYK 0.98 0 0.66 0.13
HSL 139.44º 0.96% 0.44% -
HSV(B) 139.44º 0.98% 0.87% -
XYZ 27.19 52.25 15.31 -
YUV 139.77 91.44 31.87 -
System Red Green Blue C M Y K H S L
Decimal 5 221 75 0.98 0 0.66 0.13 139.44 0.96 0.44
Hex 5 DD 4B 62 0 42 D 8B 60 2C
Octal 5 335 113 142 0 102 15 213 140 54
Binary 101 11011101 1001011 1100010 0 1000010 1101 10001011 1100000 101100

Color Harmonies of #05DD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DD4B

Black with #05DD4B

Text Example


Text Example

White with #05DD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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