#42FB22

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

Shades of Harlequin #42FB22

Tints of Harlequin #42FB22

Color information

#42FB22 (or 0x42FB22) is unknown color: approx Harlequin. HEX triplet: 42, FB and 22. RGB value is (66,251,34). Sum of RGB (Red+Green+Blue) = 66+251+34=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 251 (98.44% from 255 or 71.51% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 251 - color contains mainly: green. Hex color #42FB22 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FB22 is #BD04DD. Grayscale: #ABABAB. Windows color (decimal): -12387550 or 2292546. OLE color: 2292546.

HSL color Cylindrical-coordinate representation of color #42FB22: hue angle of 111.15º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42FB22 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB6625134-
CMYK0.7400.860.02
HSL111.15º96.44%55.88%-
HSV(B)111.15º86.45%98.43%-
XYZ37.0370.2713.12-
YUV170.9550.7153.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.80%
GREEN value IS 251 (98.44% from 255) = 71.51%
BLUE value IS 34 (13.67% from 255) = 9.69%
R=18.80%
G=71.51%
B=9.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal66251340.7400.860.02111.1596.4455.88
Hex42FB224A05626f6038
Octal102373421120126215714070
Binary1000010111110111000101001010010101101011011111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FB22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,251,34); }

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

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

 a { background-color: rgb(66,251,34); }

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

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

 span { border-color: rgb(66,251,34); }

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