#42F726

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

Shades of Harlequin #42F726

Tints of Harlequin #42F726

Color information

#42F726 (or 0x42F726) is unknown color: approx Harlequin. HEX triplet: 42, F7 and 26. RGB value is (66,247,38). Sum of RGB (Red+Green+Blue) = 66+247+38=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 247 (96.88% from 255 or 70.37% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 247 - color contains mainly: green. Hex color #42F726 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F726 is #BD08D9. Grayscale: #A9A9A9. Windows color (decimal): -12388570 or 2553666. OLE color: 2553666.

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

Color convert

RGB6624738-
CMYK0.7300.850.03
HSL111.96º92.89%55.88%-
HSV(B)111.96º84.62%96.86%-
XYZ35.8667.8213.03-
YUV169.0654.0354.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.80%
GREEN value IS 247 (96.88% from 255) = 70.37%
BLUE value IS 38 (15.23% from 255) = 10.83%
R=18.80%
G=70.37%
B=10.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal66247380.7300.850.03111.9692.8955.88
Hex42F726490553705d38
Octal102367461110125316013570
Binary1000010111101111001101001001010101011111100001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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