Html Css Color HEX #40E706 Harlequin

📋 copy color: '#40E706'

red 64 ◦ green 231 ◦ blue 6

#40E706
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #40E706

Tints of Harlequin #40E706

RGB

 RED value IS 64 (25.39% from 255) = 21.26%

 GREEN value IS 231 (90.63% 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 value IS 0.72

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#40E706 (or 0x40E706) is known color: 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

RGB 64 231 6 -
CMYK 0.72 0 0.97 0.09
HSL 104.53º 0.95% 0.46% -
HSV(B) 104.53º 0.97% 0.91% -
XYZ 30.72 58.25 9.8 -
YUV 155.42 43.67 62.8 -
System Red Green Blue C M Y K H S L
Decimal 64 231 6 0.72 0 0.97 0.09 104.53 0.95 0.46
Hex 40 E7 6 48 0 61 9 69 5F 2E
Octal 100 347 6 110 0 141 11 151 137 56
Binary 1000000 11100111 110 1001000 0 1100001 1001 1101001 1011111 101110

Color Harmonies of #40E706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E706

Black with #40E706

Text Example


Text Example

White with #40E706

Text Example


Text Example

HTML Codes & Css Web 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>