#05DF3B

Color #05DF3B Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #05DF3B

Tints of Malachite #05DF3B

Color information

#05DF3B (or 0x05DF3B) is unknown color: approx Malachite. HEX triplet: 05, DF and 3B. RGB value is (5,223,59). Sum of RGB (Red+Green+Blue) = 5+223+59=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 223 (87.5% from 255 or 77.70% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 223 - color contains mainly: green. Hex color #05DF3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DF3B is #FA20C4. Grayscale: #8B8B8B. Windows color (decimal): -16392389 or 3923717. OLE color: 3923717.

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

Color convert

RGB522359-
CMYK0.9800.740.13
HSL134.86º95.61%44.71%-
HSV(B)134.86º97.76%87.45%-
XYZ27.2453.1212.96-
YUV139.1282.7832.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.74%
GREEN value IS 223 (87.5% from 255) = 77.70%
BLUE value IS 59 (23.44% from 255) = 20.56%
R=1.74%
G=77.70%
B=20.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal5223590.9800.740.13134.8695.6144.71
Hex5DF3B6204AD87602d
Octal53377314201121520714055
Binary101110111111110111100010010010101101100001111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05DF3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,223,59); }

 H1.HeaderClassName
 {
   color: #05DF3B;
 }
 .AnyTagClassName
 {
   color: #05DF3B;
 }
</style>
background-color css

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

 a { background-color: rgb(5,223,59); }

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

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

 span { border-color: rgb(5,223,59); }

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