Html Css Color HEX #40E601 Harlequin

📋 copy color: '#40E601'

red 64 ◦ green 230 ◦ blue 1

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

Shades of Harlequin #40E601

Tints of Harlequin #40E601

RGB

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

 GREEN value IS 230 (90.23% from 255) = 77.97%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 21.69%
G = 77.97%
B = 0.34%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#40E601 (or 0x40E601) is known color: Harlequin. HEX triplet: 40, E6 and 01. RGB value is (64,230,1). Sum of RGB (Red+Green+Blue) = 64+230+1=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 230 (90.23% from 255 or 77.97% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 230 - color contains mainly: green. Hex color #40E601 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40E601 is #BF19FE. Grayscale: #9B9B9B. Windows color (decimal): -12524031 or 124480. OLE color: 124480.

HSL color Cylindrical-coordinate representation of color #40E601: hue angle of 103.49º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40E601 is Cyan = 0.72, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 64 230 1 -
CMYK 0.72 0 1.00 0.10
HSL 103.49º 0.99% 0.45% -
HSV(B) 103.49º 1% 0.9% -
XYZ 30.42 57.69 9.56 -
YUV 154.26 41.5 63.62 -
System Red Green Blue C M Y K H S L
Decimal 64 230 1 0.72 0 1.00 0.10 103.49 0.99 0.45
Hex 40 E6 1 48 0 64 A 67 63 2D
Octal 100 346 1 110 0 144 12 147 143 55
Binary 1000000 11100110 1 1001000 0 1100100 1010 1100111 1100011 101101

Color Harmonies of #40E601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E601

Black with #40E601

Text Example


Text Example

White with #40E601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,230,1); }

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

background-color css

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

 a { background-color: rgb(64,230,1); }

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

border-color css

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

 span { border-color: rgb(64,230,1); }

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