Html Css Color HEX #40F011 Harlequin

📋 copy color: '#40F011'

red 64 ◦ green 240 ◦ blue 17

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

Shades of Harlequin #40F011

Tints of Harlequin #40F011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.3%

R = 19.94%
G = 74.77%
B = 5.3%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#40F011 (or 0x40F011) is known color: Harlequin. HEX triplet: 40, F0 and 11. RGB value is (64,240,17). Sum of RGB (Red+Green+Blue) = 64+240+17=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 240 (94.14% from 255 or 74.77% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 240 - color contains mainly: green. Hex color #40F011 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40F011 is #BF0FEE. Grayscale: #A2A2A2. Windows color (decimal): -12521455 or 1175616. OLE color: 1175616.

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

Color convert

RGB 64 240 17 -
CMYK 0.73 0 0.93 0.06
HSL 107.35º 0.88% 0.5% -
HSV(B) 107.35º 0.93% 0.94% -
XYZ 33.38 63.45 11.02 -
YUV 161.95 46.19 58.13 -
System Red Green Blue C M Y K H S L
Decimal 64 240 17 0.73 0 0.93 0.06 107.35 0.88 0.5
Hex 40 F0 11 49 0 5D 6 6B 58 32
Octal 100 360 21 111 0 135 6 153 130 62
Binary 1000000 11110000 10001 1001001 0 1011101 110 1101011 1011000 110010

Color Harmonies of #40F011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F011

Black with #40F011

Text Example


Text Example

White with #40F011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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