#40FE27

Color #40FE27 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #40FE27

Tints of Harlequin #40FE27

Color information

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

HSL color Cylindrical-coordinate representation of color #40FE27: hue angle of 113.02º 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 #40FE27 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.

Color convert

RGB6425439-
CMYK0.7500.850.00
HSL113.02º99.08%57.45%-
HSV(B)113.02º84.65%99.61%-
XYZ37.9272.1213.84-
YUV172.6852.5550.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal64254390.7500.850.00113.0299.0857.45
Hex40FE274B0550716339
Octal100376471130125016114371
Binary100000011111110100111100101101010101011100011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40FE27; }

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

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

<style>
 a { background-color: #40FE27; }

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

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

<style>
 span { border-color: #40FE27; }

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

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