Html Css Color HEX #40EC15 Harlequin

📋 copy color: '#40EC15'

red 64 ◦ green 236 ◦ blue 21

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

Shades of Harlequin #40EC15

Tints of Harlequin #40EC15

RGB

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

 GREEN value IS 236 (92.58% from 255) = 73.52%

 BLUE value IS 21 (8.59% from 255) = 6.54%

R = 19.94%
G = 73.52%
B = 6.54%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#40EC15 (or 0x40EC15) is known color: Harlequin. HEX triplet: 40, EC and 15. RGB value is (64,236,21). Sum of RGB (Red+Green+Blue) = 64+236+21=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 236 (92.58% from 255 or 73.52% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 236 - color contains mainly: green. Hex color #40EC15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40EC15 is #BF13EA. Grayscale: #A0A0A0. Windows color (decimal): -12522475 or 1436736. OLE color: 1436736.

HSL color Cylindrical-coordinate representation of color #40EC15: hue angle of 108º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40EC15 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 236 21 -
CMYK 0.73 0 0.91 0.07
HSL 108º 0.85% 0.5% -
HSV(B) 108º 0.91% 0.93% -
XYZ 32.25 61.14 10.81 -
YUV 160.06 49.52 59.48 -
System Red Green Blue C M Y K H S L
Decimal 64 236 21 0.73 0 0.91 0.07 108 0.85 0.5
Hex 40 EC 15 49 0 5B 7 6C 55 32
Octal 100 354 25 111 0 133 7 154 125 62
Binary 1000000 11101100 10101 1001001 0 1011011 111 1101100 1010101 110010

Color Harmonies of #40EC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EC15

Black with #40EC15

Text Example


Text Example

White with #40EC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,236,21); }

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

background-color css

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

 a { background-color: rgb(64,236,21); }

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

border-color css

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

 span { border-color: rgb(64,236,21); }

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