Html Css Color HEX #40F019 Harlequin

📋 copy color: '#40F019'

red 64 ◦ green 240 ◦ blue 25

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

Shades of Harlequin #40F019

Tints of Harlequin #40F019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.6%

R = 19.45%
G = 72.95%
B = 7.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#40F019 (or 0x40F019) is known color: Harlequin. HEX triplet: 40, F0 and 19. RGB value is (64,240,25). Sum of RGB (Red+Green+Blue) = 64+240+25=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 240 (94.14% from 255 or 72.95% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 240 - color contains mainly: green. Hex color #40F019 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40F019 is #BF0FE6. Grayscale: #A3A3A3. Windows color (decimal): -12521447 or 1699904. OLE color: 1699904.

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

Color convert

RGB 64 240 25 -
CMYK 0.73 0 0.90 0.06
HSL 109.12º 0.88% 0.52% -
HSV(B) 109.12º 0.9% 0.94% -
XYZ 33.45 63.48 11.41 -
YUV 162.87 50.19 57.48 -
System Red Green Blue C M Y K H S L
Decimal 64 240 25 0.73 0 0.90 0.06 109.12 0.88 0.52
Hex 40 F0 19 49 0 5A 6 6D 58 34
Octal 100 360 31 111 0 132 6 155 130 64
Binary 1000000 11110000 11001 1001001 0 1011010 110 1101101 1011000 110100

Color Harmonies of #40F019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F019

Black with #40F019

Text Example


Text Example

White with #40F019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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