Html Css Color HEX #40F015 Harlequin

📋 copy color: '#40F015'

red 64 ◦ green 240 ◦ blue 21

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

Shades of Harlequin #40F015

Tints of Harlequin #40F015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.46%

R = 19.69%
G = 73.85%
B = 6.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#40F015 (or 0x40F015) is known color: Harlequin. HEX triplet: 40, F0 and 15. RGB value is (64,240,21). Sum of RGB (Red+Green+Blue) = 64+240+21=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 240 (94.14% from 255 or 73.85% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 240 - color contains mainly: green. Hex color #40F015 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40F015 is #BF0FEA. Grayscale: #A3A3A3. Windows color (decimal): -12521451 or 1437760. OLE color: 1437760.

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

Color convert

RGB 64 240 21 -
CMYK 0.73 0 0.91 0.06
HSL 108.22º 0.88% 0.51% -
HSV(B) 108.22º 0.91% 0.94% -
XYZ 33.41 63.46 11.2 -
YUV 162.41 48.19 57.81 -
System Red Green Blue C M Y K H S L
Decimal 64 240 21 0.73 0 0.91 0.06 108.22 0.88 0.51
Hex 40 F0 15 49 0 5B 6 6C 58 33
Octal 100 360 25 111 0 133 6 154 130 63
Binary 1000000 11110000 10101 1001001 0 1011011 110 1101100 1011000 110011

Color Harmonies of #40F015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F015

Black with #40F015

Text Example


Text Example

White with #40F015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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