#42FE27

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

Shades of Harlequin #42FE27

Tints of Harlequin #42FE27

Color information

#42FE27 (or 0x42FE27) is unknown color: approx Harlequin. HEX triplet: 42, FE and 27. RGB value is (66,254,39). Sum of RGB (Red+Green+Blue) = 66+254+39=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 254 (99.61% from 255 or 70.75% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 254 - color contains mainly: green. Hex color #42FE27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FE27 is #BD01D8. Grayscale: #ADADAD. Windows color (decimal): -12386777 or 2620994. OLE color: 2620994.

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

Color convert

RGB6625439-
CMYK0.7400.850.00
HSL112.47º99.08%57.45%-
HSV(B)112.47º84.65%99.61%-
XYZ38.0572.1913.85-
YUV173.2852.2251.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.38%
GREEN value IS 254 (99.61% from 255) = 70.75%
BLUE value IS 39 (15.62% from 255) = 10.86%
R=18.38%
G=70.75%
B=10.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal66254390.7400.850.00112.4799.0857.45
Hex42FE274A0550706339
Octal102376471120125016014371
Binary100001011111110100111100101001010101011100001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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