Html Css Color HEX #05D54A Malachite

📋 copy color: '#05D54A'

red 5 ◦ green 213 ◦ blue 74

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

Shades of Malachite #05D54A

Tints of Malachite #05D54A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 72.95%

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

R = 1.71%
G = 72.95%
B = 25.34%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#05D54A (or 0x05D54A) is known color: Malachite. HEX triplet: 05, D5 and 4A. RGB value is (5,213,74). Sum of RGB (Red+Green+Blue) = 5+213+74=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 213 (83.59% from 255 or 72.95% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 213 - color contains mainly: green. Hex color #05D54A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D54A is #FA2AB5. Grayscale: #878787. Windows color (decimal): -16394934 or 4904197. OLE color: 4904197.

HSL color Cylindrical-coordinate representation of color #05D54A: hue angle of 139.9º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D54A is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 5 213 74 -
CMYK 0.98 0 0.65 0.16
HSL 139.9º 0.95% 0.43% -
HSV(B) 139.9º 0.98% 0.84% -
XYZ 25.09 48.12 14.44 -
YUV 134.96 93.59 35.3 -
System Red Green Blue C M Y K H S L
Decimal 5 213 74 0.98 0 0.65 0.16 139.9 0.95 0.43
Hex 5 D5 4A 62 0 41 10 8C 5F 2B
Octal 5 325 112 142 0 101 20 214 137 53
Binary 101 11010101 1001010 1100010 0 1000001 10000 10001100 1011111 101011

Color Harmonies of #05D54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D54A

Black with #05D54A

Text Example


Text Example

White with #05D54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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