Html Css Color HEX #40F120 Harlequin

📋 copy color: '#40F120'

red 64 ◦ green 241 ◦ blue 32

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

Shades of Harlequin #40F120

Tints of Harlequin #40F120

RGB

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

 GREEN value IS 241 (94.53% from 255) = 71.51%

 BLUE value IS 32 (12.89% from 255) = 9.5%

R = 18.99%
G = 71.51%
B = 9.5%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#40F120 (or 0x40F120) is known color: Harlequin. HEX triplet: 40, F1 and 20. RGB value is (64,241,32). Sum of RGB (Red+Green+Blue) = 64+241+32=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 241 (94.53% from 255 or 71.51% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 241 - color contains mainly: green. Hex color #40F120 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F120 is #BF0EDF. Grayscale: #A4A4A4. Windows color (decimal): -12521184 or 2158912. OLE color: 2158912.

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

Color convert

RGB 64 241 32 -
CMYK 0.73 0 0.87 0.05
HSL 110.81º 0.88% 0.54% -
HSV(B) 110.81º 0.87% 0.95% -
XYZ 33.83 64.1 11.96 -
YUV 164.25 53.36 56.49 -
System Red Green Blue C M Y K H S L
Decimal 64 241 32 0.73 0 0.87 0.05 110.81 0.88 0.54
Hex 40 F1 20 49 0 57 5 6F 58 36
Octal 100 361 40 111 0 127 5 157 130 66
Binary 1000000 11110001 100000 1001001 0 1010111 101 1101111 1011000 110110

Color Harmonies of #40F120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F120

Black with #40F120

Text Example


Text Example

White with #40F120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,241,32); }

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

background-color css

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

 a { background-color: rgb(64,241,32); }

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

border-color css

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

 span { border-color: rgb(64,241,32); }

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