Html Css Color HEX #40DD04 Harlequin

📋 copy color: '#40DD04'

red 64 ◦ green 221 ◦ blue 4

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

Shades of Harlequin #40DD04

Tints of Harlequin #40DD04

RGB

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

 GREEN value IS 221 (86.72% from 255) = 76.47%

 BLUE value IS 4 (1.95% from 255) = 1.38%

R = 22.15%
G = 76.47%
B = 1.38%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#40DD04 (or 0x40DD04) is known color: Harlequin. HEX triplet: 40, DD and 04. RGB value is (64,221,4). Sum of RGB (Red+Green+Blue) = 64+221+4=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 221 (86.72% from 255 or 76.47% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40DD04 is #BF22FB. Grayscale: #969696. Windows color (decimal): -12526332 or 318784. OLE color: 318784.

HSL color Cylindrical-coordinate representation of color #40DD04: hue angle of 103.41º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40DD04 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 221 4 -
CMYK 0.71 0 0.98 0.13
HSL 103.41º 0.96% 0.44% -
HSV(B) 103.41º 0.98% 0.87% -
XYZ 27.99 52.81 8.83 -
YUV 149.32 45.99 67.14 -
System Red Green Blue C M Y K H S L
Decimal 64 221 4 0.71 0 0.98 0.13 103.41 0.96 0.44
Hex 40 DD 4 47 0 62 D 67 60 2C
Octal 100 335 4 107 0 142 15 147 140 54
Binary 1000000 11011101 100 1000111 0 1100010 1101 1100111 1100000 101100

Color Harmonies of #40DD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DD04

Black with #40DD04

Text Example


Text Example

White with #40DD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,221,4); }

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

background-color css

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

 a { background-color: rgb(64,221,4); }

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

border-color css

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

 span { border-color: rgb(64,221,4); }

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