Html Css Color HEX #40FC19 Harlequin

📋 copy color: '#40FC19'

red 64 ◦ green 252 ◦ blue 25

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

Shades of Harlequin #40FC19

Tints of Harlequin #40FC19

RGB

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

 GREEN value IS 252 (98.83% from 255) = 73.9%

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

R = 18.77%
G = 73.9%
B = 7.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#40FC19 (or 0x40FC19) is known color: Harlequin. HEX triplet: 40, FC and 19. RGB value is (64,252,25). Sum of RGB (Red+Green+Blue) = 64+252+25=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 252 (98.83% from 255 or 73.90% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 252 - color contains mainly: green. Hex color #40FC19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40FC19 is #BF03E6. Grayscale: #AAAAAA. Windows color (decimal): -12518375 or 1702976. OLE color: 1702976.

HSL color Cylindrical-coordinate representation of color #40FC19: hue angle of 109.69º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40FC19 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 252 25 -
CMYK 0.75 0 0.90 0.01
HSL 109.69º 0.97% 0.54% -
HSV(B) 109.69º 0.9% 0.99% -
XYZ 37.1 70.78 12.63 -
YUV 169.91 46.22 52.46 -
System Red Green Blue C M Y K H S L
Decimal 64 252 25 0.75 0 0.90 0.01 109.69 0.97 0.54
Hex 40 FC 19 4B 0 5A 1 6E 61 36
Octal 100 374 31 113 0 132 1 156 141 66
Binary 1000000 11111100 11001 1001011 0 1011010 1 1101110 1100001 110110

Color Harmonies of #40FC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FC19

Black with #40FC19

Text Example


Text Example

White with #40FC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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