#27DC50

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

Shades of Malachite #27DC50

Tints of Malachite #27DC50

Color information

#27DC50 (or 0x27DC50) is unknown color: approx Malachite. HEX triplet: 27, DC and 50. RGB value is (39,220,80). Sum of RGB (Red+Green+Blue) = 39+220+80=339 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.50% from 339); Green value is 220 (86.33% from 255 or 64.90% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 220 - color contains mainly: green. Hex color #27DC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27DC50 is #D823AF. Grayscale: #969696. Windows color (decimal): -14164912 or 5299239. OLE color: 5299239.

HSL color Cylindrical-coordinate representation of color #27DC50: hue angle of 133.59º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DC50 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB3922080-
CMYK0.8200.640.14
HSL133.59º72.11%50.78%-
HSV(B)133.59º82.27%86.27%-
XYZ27.8852.216.2-
YUV149.9288.5348.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.50%
GREEN value IS 220 (86.33% from 255) = 64.90%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=11.50%
G=64.90%
B=23.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal39220800.8200.640.14133.5972.1150.78
Hex27DC5052040E864833
Octal4733412012201001620611063
Binary1001111101110010100001010010010000001110100001101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27DC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27DC50; }

 p { color: rgb(39,220,80); }

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

<style>
 a { background-color: #27DC50; }

 a { background-color: rgb(39,220,80); }

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

<style>
 span { border-color: #27DC50; }

 span { border-color: rgb(39,220,80); }

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