#42F728

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

Shades of Harlequin #42F728

Tints of Harlequin #42F728

Color information

#42F728 (or 0x42F728) is unknown color: approx Harlequin. HEX triplet: 42, F7 and 28. RGB value is (66,247,40). Sum of RGB (Red+Green+Blue) = 66+247+40=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 247 (96.88% from 255 or 69.97% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 247 - color contains mainly: green. Hex color #42F728 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F728 is #BD08D7. Grayscale: #A9A9A9. Windows color (decimal): -12388568 or 2684738. OLE color: 2684738.

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

Color convert

RGB6624740-
CMYK0.7300.840.03
HSL112.46º92.83%56.27%-
HSV(B)112.46º83.81%96.86%-
XYZ35.8967.8313.21-
YUV169.2855.0354.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.70%
GREEN value IS 247 (96.88% from 255) = 69.97%
BLUE value IS 40 (16.02% from 255) = 11.33%
R=18.70%
G=69.97%
B=11.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal66247400.7300.840.03112.4692.8356.27
Hex42F728490543705d38
Octal102367501110124316013570
Binary1000010111101111010001001001010101001111100001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,247,40); }

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

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

 a { background-color: rgb(66,247,40); }

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

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

 span { border-color: rgb(66,247,40); }

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