#27F061

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

Shades of Malachite #27F061

Tints of Malachite #27F061

Color information

#27F061 (or 0x27F061) is unknown color: approx Malachite. HEX triplet: 27, F0 and 61. RGB value is (39,240,97). Sum of RGB (Red+Green+Blue) = 39+240+97=376 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.37% from 376); Green value is 240 (94.14% from 255 or 63.83% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 240 - color contains mainly: green. Hex color #27F061 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #27F061 is #D80F9E. Grayscale: #A3A3A3. Windows color (decimal): -14159775 or 6418471. OLE color: 6418471.

HSL color Cylindrical-coordinate representation of color #27F061: hue angle of 137.31º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F061 is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB3924097-
CMYK0.8400.600.06
HSL137.31º87.01%54.71%-
HSV(B)137.31º83.75%94.12%-
XYZ34.1563.6121.79-
YUV163.690.4139.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.37%
GREEN value IS 240 (94.14% from 255) = 63.83%
BLUE value IS 97 (38.28% from 255) = 25.80%
R=10.37%
G=63.83%
B=25.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal39240970.8400.600.06137.3187.0154.71
Hex27F0615403C6895737
Octal47360141124074621112767
Binary10011111110000110000110101000111100110100010011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27F061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,240,97); }

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

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

 a { background-color: rgb(39,240,97); }

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

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

 span { border-color: rgb(39,240,97); }

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