Html Css Color HEX #40F002 Harlequin

📋 copy color: '#40F002'

red 64 ◦ green 240 ◦ blue 2

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

Shades of Harlequin #40F002

Tints of Harlequin #40F002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 20.92%
G = 78.43%
B = 0.65%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#40F002 (or 0x40F002) is known color: Harlequin. HEX triplet: 40, F0 and 02. RGB value is (64,240,2). Sum of RGB (Red+Green+Blue) = 64+240+2=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 240 (94.14% from 255 or 78.43% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 240 - color contains mainly: green. Hex color #40F002 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40F002 is #BF0FFD. Grayscale: #A1A1A1. Windows color (decimal): -12521470 or 192576. OLE color: 192576.

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

Color convert

RGB 64 240 2 -
CMYK 0.73 0 0.99 0.06
HSL 104.37º 0.98% 0.47% -
HSV(B) 104.37º 0.99% 0.94% -
XYZ 33.29 63.41 10.54 -
YUV 160.24 38.69 59.35 -
System Red Green Blue C M Y K H S L
Decimal 64 240 2 0.73 0 0.99 0.06 104.37 0.98 0.47
Hex 40 F0 2 49 0 63 6 68 62 2F
Octal 100 360 2 111 0 143 6 150 142 57
Binary 1000000 11110000 10 1001001 0 1100011 110 1101000 1100010 101111

Color Harmonies of #40F002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F002

Black with #40F002

Text Example


Text Example

White with #40F002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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