Html Css Color HEX #40F024 Harlequin

📋 copy color: '#40F024'

red 64 ◦ green 240 ◦ blue 36

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

Shades of Harlequin #40F024

Tints of Harlequin #40F024

RGB

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

 GREEN value IS 240 (94.14% from 255) = 70.59%

 BLUE value IS 36 (14.45% from 255) = 10.59%

R = 18.82%
G = 70.59%
B = 10.59%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#40F024 (or 0x40F024) is known color: Harlequin. HEX triplet: 40, F0 and 24. RGB value is (64,240,36). Sum of RGB (Red+Green+Blue) = 64+240+36=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 240 (94.14% from 255 or 70.59% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 240 - color contains mainly: green. Hex color #40F024 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F024 is #BF0FDB. Grayscale: #A4A4A4. Windows color (decimal): -12521436 or 2420800. OLE color: 2420800.

HSL color Cylindrical-coordinate representation of color #40F024: hue angle of 111.76º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40F024 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 240 36 -
CMYK 0.73 0 0.85 0.06
HSL 111.76º 0.87% 0.54% -
HSV(B) 111.76º 0.85% 0.94% -
XYZ 33.59 63.54 12.16 -
YUV 164.12 55.69 56.59 -
System Red Green Blue C M Y K H S L
Decimal 64 240 36 0.73 0 0.85 0.06 111.76 0.87 0.54
Hex 40 F0 24 49 0 55 6 70 57 36
Octal 100 360 44 111 0 125 6 160 127 66
Binary 1000000 11110000 100100 1001001 0 1010101 110 1110000 1010111 110110

Color Harmonies of #40F024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F024

Black with #40F024

Text Example


Text Example

White with #40F024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,240,36); }

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

background-color css

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

 a { background-color: rgb(64,240,36); }

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

border-color css

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

 span { border-color: rgb(64,240,36); }

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