#27F264

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

Shades of Malachite #27F264

Tints of Malachite #27F264

Color information

#27F264 (or 0x27F264) is unknown color: approx Malachite. HEX triplet: 27, F2 and 64. RGB value is (39,242,100). Sum of RGB (Red+Green+Blue) = 39+242+100=381 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.24% from 381); Green value is 242 (94.92% from 255 or 63.52% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 242 - color contains mainly: green. Hex color #27F264 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #27F264 is #D80D9B. Grayscale: #A5A5A5. Windows color (decimal): -14159260 or 6615591. OLE color: 6615591.

HSL color Cylindrical-coordinate representation of color #27F264: hue angle of 138.03º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F264 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB39242100-
CMYK0.8400.590.05
HSL138.03º88.65%55.1%-
HSV(B)138.03º83.88%94.9%-
XYZ34.8964.8622.74-
YUV165.1291.2538.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.24%
GREEN value IS 242 (94.92% from 255) = 63.52%
BLUE value IS 100 (39.45% from 255) = 26.25%
R=10.24%
G=63.52%
B=26.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal392421000.8400.590.05138.0388.6555.1
Hex27F2645403B58a5937
Octal47362144124073521213167
Binary10011111110010110010010101000111011101100010101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27F264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,242,100); }

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

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

 a { background-color: rgb(39,242,100); }

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

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

 span { border-color: rgb(39,242,100); }

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