Html Css Color HEX #40E900 Harlequin

📋 copy color: '#40E900'

red 64 ◦ green 233 ◦ blue 0

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

Shades of Harlequin #40E900

Tints of Harlequin #40E900

RGB

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

 GREEN value IS 233 (91.41% from 255) = 78.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 21.55%
G = 78.45%
B = 0%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#40E900 (or 0x40E900) is known color: Harlequin. HEX triplet: 40, E9 and 00. RGB value is (64,233,0). Sum of RGB (Red+Green+Blue) = 64+233+0=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 233 (91.41% from 255 or 78.45% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 233 - color contains mainly: green. Hex color #40E900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40E900 is #BF16FF. Grayscale: #9C9C9C. Windows color (decimal): -12523264 or 59712. OLE color: 59712.

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

Color convert

RGB 64 233 0 -
CMYK 0.73 0 1 0.09
HSL 103.52º 1% 0.46% -
HSV(B) 103.52º 1% 0.91% -
XYZ 31.25 59.37 9.81 -
YUV 155.91 40.01 62.45 -
System Red Green Blue C M Y K H S L
Decimal 64 233 0 0.73 0 1 0.09 103.52 1 0.46
Hex 40 E9 0 49 0 64 9 68 64 2E
Octal 100 351 0 111 0 144 11 150 144 56
Binary 1000000 11101001 0 1001001 0 1100100 1001 1101000 1100100 101110

Color Harmonies of #40E900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E900

Black with #40E900

Text Example


Text Example

White with #40E900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,233,0); }

 H1.HeaderClassName
 {
   color: #40E900;
 }
 .AnyTagClassName
 {
   color: #40E900;
 }
</style>

background-color css

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

 a { background-color: rgb(64,233,0); }

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

border-color css

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

 span { border-color: rgb(64,233,0); }

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