#42F21B

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

Shades of Harlequin #42F21B

Tints of Harlequin #42F21B

Color information

#42F21B (or 0x42F21B) is unknown color: approx Harlequin. HEX triplet: 42, F2 and 1B. RGB value is (66,242,27). Sum of RGB (Red+Green+Blue) = 66+242+27=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 242 (94.92% from 255 or 72.24% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 242 - color contains mainly: green. Hex color #42F21B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F21B is #BD0DE4. Grayscale: #A5A5A5. Windows color (decimal): -12389861 or 1831490. OLE color: 1831490.

HSL color Cylindrical-coordinate representation of color #42F21B: hue angle of 109.12º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42F21B is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB6624227-
CMYK0.7300.890.05
HSL109.12º89.21%52.75%-
HSV(B)109.12º88.84%94.9%-
XYZ34.264.7411.73-
YUV164.8750.1957.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.70%
GREEN value IS 242 (94.92% from 255) = 72.24%
BLUE value IS 27 (10.94% from 255) = 8.06%
R=19.70%
G=72.24%
B=8.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal66242270.7300.890.05109.1289.2152.75
Hex42F21B4905956d5935
Octal102362331110131515513165
Binary1000010111100101101110010010101100110111011011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,242,27); }

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

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

 a { background-color: rgb(66,242,27); }

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

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

 span { border-color: rgb(66,242,27); }

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