#42F627

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

Shades of Harlequin #42F627

Tints of Harlequin #42F627

Color information

#42F627 (or 0x42F627) is unknown color: approx Harlequin. HEX triplet: 42, F6 and 27. RGB value is (66,246,39). Sum of RGB (Red+Green+Blue) = 66+246+39=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 246 (96.48% from 255 or 70.09% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 246 - color contains mainly: green. Hex color #42F627 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F627 is #BD09D8. Grayscale: #A9A9A9. Windows color (decimal): -12388825 or 2618946. OLE color: 2618946.

HSL color Cylindrical-coordinate representation of color #42F627: hue angle of 112.17º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42F627 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB6624639-
CMYK0.7300.840.04
HSL112.17º92%55.88%-
HSV(B)112.17º84.15%96.47%-
XYZ35.5767.2213.02-
YUV168.5854.8754.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.80%
GREEN value IS 246 (96.48% from 255) = 70.09%
BLUE value IS 39 (15.62% from 255) = 11.11%
R=18.80%
G=70.09%
B=11.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal66246390.7300.840.04112.179255.88
Hex42F627490544705c38
Octal102366471110124416013470
Binary10000101111011010011110010010101010010011100001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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