Html Css Color HEX #40ED0D Harlequin

📋 copy color: '#40ED0D'

red 64 ◦ green 237 ◦ blue 13

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

Shades of Harlequin #40ED0D

Tints of Harlequin #40ED0D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 75.48%

 BLUE value IS 13 (5.47% from 255) = 4.14%

R = 20.38%
G = 75.48%
B = 4.14%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#40ED0D (or 0x40ED0D) is known color: Harlequin. HEX triplet: 40, ED and 0D. RGB value is (64,237,13). Sum of RGB (Red+Green+Blue) = 64+237+13=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 237 (92.97% from 255 or 75.48% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 237 - color contains mainly: green. Hex color #40ED0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40ED0D is #BF12F2. Grayscale: #A0A0A0. Windows color (decimal): -12522227 or 912704. OLE color: 912704.

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

Color convert

RGB 64 237 13 -
CMYK 0.73 0 0.95 0.07
HSL 106.34º 0.9% 0.49% -
HSV(B) 106.34º 0.95% 0.93% -
XYZ 32.47 61.69 10.58 -
YUV 159.74 45.19 59.71 -
System Red Green Blue C M Y K H S L
Decimal 64 237 13 0.73 0 0.95 0.07 106.34 0.9 0.49
Hex 40 ED D 49 0 5F 7 6A 5A 31
Octal 100 355 15 111 0 137 7 152 132 61
Binary 1000000 11101101 1101 1001001 0 1011111 111 1101010 1011010 110001

Color Harmonies of #40ED0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ED0D

Black with #40ED0D

Text Example


Text Example

White with #40ED0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,237,13); }

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

background-color css

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

 a { background-color: rgb(64,237,13); }

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

border-color css

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

 span { border-color: rgb(64,237,13); }

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