#27D75E

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

Shades of Malachite #27D75E

Tints of Malachite #27D75E

Color information

#27D75E (or 0x27D75E) is unknown color: approx Malachite. HEX triplet: 27, D7 and 5E. RGB value is (39,215,94). Sum of RGB (Red+Green+Blue) = 39+215+94=348 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.21% from 348); Green value is 215 (84.38% from 255 or 61.78% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 215 - color contains mainly: green. Hex color #27D75E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27D75E is #D828A1. Grayscale: #949494. Windows color (decimal): -14166178 or 6215463. OLE color: 6215463.

HSL color Cylindrical-coordinate representation of color #27D75E: hue angle of 138.75º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D75E is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB3921594-
CMYK0.8200.560.16
HSL138.75º69.29%49.8%-
HSV(B)138.75º81.86%84.31%-
XYZ27.1649.8418.78-
YUV148.5897.1949.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.21%
GREEN value IS 215 (84.38% from 255) = 61.78%
BLUE value IS 94 (37.11% from 255) = 27.01%
R=11.21%
G=61.78%
B=27.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal39215940.8200.560.16138.7569.2949.8
Hex27D75E52038108b4532
Octal473271361220702021310562
Binary1001111101011110111101010010011100010000100010111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27D75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,215,94); }

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

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

 a { background-color: rgb(39,215,94); }

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

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

 span { border-color: rgb(39,215,94); }

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