Html Css Color HEX #05D942 Malachite

📋 copy color: '#05D942'

red 5 ◦ green 217 ◦ blue 66

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

Shades of Malachite #05D942

Tints of Malachite #05D942

RGB

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

 GREEN value IS 217 (85.16% from 255) = 75.35%

 BLUE value IS 66 (26.17% from 255) = 22.92%

R = 1.74%
G = 75.35%
B = 22.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#05D942 (or 0x05D942) is known color: Malachite. HEX triplet: 05, D9 and 42. RGB value is (5,217,66). Sum of RGB (Red+Green+Blue) = 5+217+66=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 217 (85.16% from 255 or 75.35% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 217 - color contains mainly: green. Hex color #05D942 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D942 is #FA26BD. Grayscale: #888888. Windows color (decimal): -16393918 or 4380933. OLE color: 4380933.

HSL color Cylindrical-coordinate representation of color #05D942: hue angle of 137.26º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D942 is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 217 66 -
CMYK 0.98 0 0.70 0.15
HSL 137.26º 0.95% 0.44% -
HSV(B) 137.26º 0.98% 0.85% -
XYZ 25.86 50.05 13.45 -
YUV 136.4 88.26 34.28 -
System Red Green Blue C M Y K H S L
Decimal 5 217 66 0.98 0 0.70 0.15 137.26 0.95 0.44
Hex 5 D9 42 62 0 46 F 89 5F 2C
Octal 5 331 102 142 0 106 17 211 137 54
Binary 101 11011001 1000010 1100010 0 1000110 1111 10001001 1011111 101100

Color Harmonies of #05D942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D942

Black with #05D942

Text Example


Text Example

White with #05D942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,217,66); }

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

background-color css

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

 a { background-color: rgb(5,217,66); }

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

border-color css

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

 span { border-color: rgb(5,217,66); }

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