Html Css Color HEX #40DD0F Harlequin

📋 copy color: '#40DD0F'

red 64 ◦ green 221 ◦ blue 15

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

Shades of Harlequin #40DD0F

Tints of Harlequin #40DD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5%

R = 21.33%
G = 73.67%
B = 5%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#40DD0F (or 0x40DD0F) is known color: Harlequin. HEX triplet: 40, DD and 0F. RGB value is (64,221,15). Sum of RGB (Red+Green+Blue) = 64+221+15=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 221 (86.72% from 255 or 73.67% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40DD0F is #BF22F0. Grayscale: #979797. Windows color (decimal): -12526321 or 1039680. OLE color: 1039680.

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

Color convert

RGB 64 221 15 -
CMYK 0.71 0 0.93 0.13
HSL 105.73º 0.87% 0.46% -
HSV(B) 105.73º 0.93% 0.87% -
XYZ 28.06 52.84 9.17 -
YUV 150.57 51.49 66.25 -
System Red Green Blue C M Y K H S L
Decimal 64 221 15 0.71 0 0.93 0.13 105.73 0.87 0.46
Hex 40 DD F 47 0 5D D 6A 57 2E
Octal 100 335 17 107 0 135 15 152 127 56
Binary 1000000 11011101 1111 1000111 0 1011101 1101 1101010 1010111 101110

Color Harmonies of #40DD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DD0F

Black with #40DD0F

Text Example


Text Example

White with #40DD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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