Html Css Color HEX #40E113 Harlequin

📋 copy color: '#40E113'

red 64 ◦ green 225 ◦ blue 19

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

Shades of Harlequin #40E113

Tints of Harlequin #40E113

RGB

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

 GREEN value IS 225 (88.28% from 255) = 73.05%

 BLUE value IS 19 (7.81% from 255) = 6.17%

R = 20.78%
G = 73.05%
B = 6.17%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#40E113 (or 0x40E113) is known color: Harlequin. HEX triplet: 40, E1 and 13. RGB value is (64,225,19). Sum of RGB (Red+Green+Blue) = 64+225+19=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 225 (88.28% from 255 or 73.05% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 225 - color contains mainly: green. Hex color #40E113 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40E113 is #BF1EEC. Grayscale: #9A9A9A. Windows color (decimal): -12525293 or 1302848. OLE color: 1302848.

HSL color Cylindrical-coordinate representation of color #40E113: hue angle of 106.89º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40E113 is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 225 19 -
CMYK 0.72 0 0.92 0.12
HSL 106.89º 0.84% 0.48% -
HSV(B) 106.89º 0.92% 0.88% -
XYZ 29.16 54.99 9.69 -
YUV 153.38 52.16 64.25 -
System Red Green Blue C M Y K H S L
Decimal 64 225 19 0.72 0 0.92 0.12 106.89 0.84 0.48
Hex 40 E1 13 48 0 5C C 6B 54 30
Octal 100 341 23 110 0 134 14 153 124 60
Binary 1000000 11100001 10011 1001000 0 1011100 1100 1101011 1010100 110000

Color Harmonies of #40E113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E113

Black with #40E113

Text Example


Text Example

White with #40E113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,225,19); }

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

background-color css

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

 a { background-color: rgb(64,225,19); }

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

border-color css

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

 span { border-color: rgb(64,225,19); }

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