Html Css Color HEX #05D04A Malachite

📋 copy color: '#05D04A'

red 5 ◦ green 208 ◦ blue 74

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

Shades of Malachite #05D04A

Tints of Malachite #05D04A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 72.47%

 BLUE value IS 74 (29.3% from 255) = 25.78%

R = 1.74%
G = 72.47%
B = 25.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#05D04A (or 0x05D04A) is known color: Malachite. HEX triplet: 05, D0 and 4A. RGB value is (5,208,74). Sum of RGB (Red+Green+Blue) = 5+208+74=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 208 (81.64% from 255 or 72.47% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 208 - color contains mainly: green. Hex color #05D04A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D04A is #FA2FB5. Grayscale: #848484. Windows color (decimal): -16396214 or 4902917. OLE color: 4902917.

HSL color Cylindrical-coordinate representation of color #05D04A: hue angle of 140.39º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D04A is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 208 74 -
CMYK 0.98 0 0.64 0.18
HSL 140.39º 0.95% 0.42% -
HSV(B) 140.39º 0.98% 0.82% -
XYZ 23.85 45.64 14.03 -
YUV 132.03 95.25 37.4 -
System Red Green Blue C M Y K H S L
Decimal 5 208 74 0.98 0 0.64 0.18 140.39 0.95 0.42
Hex 5 D0 4A 62 0 40 12 8C 5F 2A
Octal 5 320 112 142 0 100 22 214 137 52
Binary 101 11010000 1001010 1100010 0 1000000 10010 10001100 1011111 101010

Color Harmonies of #05D04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D04A

Black with #05D04A

Text Example


Text Example

White with #05D04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,208,74); }

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

background-color css

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

 a { background-color: rgb(5,208,74); }

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

border-color css

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

 span { border-color: rgb(5,208,74); }

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