#40F126

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

Shades of Harlequin #40F126

Tints of Harlequin #40F126

Color information

#40F126 (or 0x40F126) is unknown color: approx Harlequin. HEX triplet: 40, F1 and 26. RGB value is (64,241,38). Sum of RGB (Red+Green+Blue) = 64+241+38=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 241 (94.53% from 255 or 70.26% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 241 - color contains mainly: green. Hex color #40F126 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F126 is #BF0ED9. Grayscale: #A5A5A5. Windows color (decimal): -12521178 or 2552128. OLE color: 2552128.

HSL color Cylindrical-coordinate representation of color #40F126: hue angle of 112.32º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40F126 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB6424138-
CMYK0.7300.840.05
HSL112.32º87.88%54.71%-
HSV(B)112.32º84.23%94.51%-
XYZ33.9264.1412.43-
YUV164.9356.3656.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.66%
GREEN value IS 241 (94.53% from 255) = 70.26%
BLUE value IS 38 (15.23% from 255) = 11.08%
R=18.66%
G=70.26%
B=11.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal64241380.7300.840.05112.3287.8854.71
Hex40F126490545705837
Octal100361461110124516013067
Binary10000001111000110011010010010101010010111100001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40F126; }

 p { color: rgb(64,241,38); }

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

<style>
 a { background-color: #40F126; }

 a { background-color: rgb(64,241,38); }

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

<style>
 span { border-color: #40F126; }

 span { border-color: rgb(64,241,38); }

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