#27FE40

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

Shades of Malachite #27FE40

Tints of Malachite #27FE40

Color information

#27FE40 (or 0x27FE40) is unknown color: approx Malachite. HEX triplet: 27, FE and 40. RGB value is (39,254,64). Sum of RGB (Red+Green+Blue) = 39+254+64=357 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.92% from 357); Green value is 254 (99.61% from 255 or 71.15% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 254 - color contains mainly: green. Hex color #27FE40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27FE40 is #D801BF. Grayscale: #A8A8A8. Windows color (decimal): -14156224 or 4259367. OLE color: 4259367.

HSL color Cylindrical-coordinate representation of color #27FE40: hue angle of 126.98º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FE40 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.

Color convert

RGB3925464-
CMYK0.8500.750.00
HSL126.98º99.08%57.45%-
HSV(B)126.98º84.65%99.61%-
XYZ37.271.6916.73-
YUV168.0569.2735.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.92%
GREEN value IS 254 (99.61% from 255) = 71.15%
BLUE value IS 64 (25.39% from 255) = 17.93%
R=10.92%
G=71.15%
B=17.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal39254640.8500.750.00126.9899.0857.45
Hex27FE405504B07f6339
Octal473761001250113017714371
Binary100111111111101000000101010101001011011111111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27FE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,254,64); }

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

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

 a { background-color: rgb(39,254,64); }

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

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

 span { border-color: rgb(39,254,64); }

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