#40E706

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

Shades of Harlequin #40E706

Tints of Harlequin #40E706

Color information

#40E706 (or 0x40E706) is unknown color: approx Harlequin. HEX triplet: 40, E7 and 06. RGB value is (64,231,6). Sum of RGB (Red+Green+Blue) = 64+231+6=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 231 (90.62% from 255 or 76.74% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 231 - color contains mainly: green. Hex color #40E706 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40E706 is #BF18F9. Grayscale: #9C9C9C. Windows color (decimal): -12523770 or 452416. OLE color: 452416.

HSL color Cylindrical-coordinate representation of color #40E706: hue angle of 104.53º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40E706 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB642316-
CMYK0.7200.970.09
HSL104.53º94.94%46.47%-
HSV(B)104.53º97.4%90.59%-
XYZ30.7258.259.8-
YUV155.4243.6762.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 231 (90.62% from 255) = 76.74%
BLUE value IS 6 (2.73% from 255) = 1.99%
R=21.26%
G=76.74%
B=1.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal6423160.7200.970.09104.5394.9446.47
Hex40E76480619695f2e
Octal100347611001411115113756
Binary100000011100111110100100001100001100111010011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,231,6); }

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

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

 a { background-color: rgb(64,231,6); }

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

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

 span { border-color: rgb(64,231,6); }

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