Html Css Color HEX #40FB04 Harlequin

📋 copy color: '#40FB04'

red 64 ◦ green 251 ◦ blue 4

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

Shades of Harlequin #40FB04

Tints of Harlequin #40FB04

RGB

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

 GREEN value IS 251 (98.44% from 255) = 78.68%

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 20.06%
G = 78.68%
B = 1.25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#40FB04 (or 0x40FB04) is known color: Harlequin. HEX triplet: 40, FB and 04. RGB value is (64,251,4). Sum of RGB (Red+Green+Blue) = 64+251+4=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 251 (98.44% from 255 or 78.68% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 251 - color contains mainly: green. Hex color #40FB04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40FB04 is #BF04FB. Grayscale: #A7A7A7. Windows color (decimal): -12518652 or 326464. OLE color: 326464.

HSL color Cylindrical-coordinate representation of color #40FB04: hue angle of 105.43º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40FB04 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 251 4 -
CMYK 0.75 0 0.98 0.02
HSL 105.43º 0.97% 0.5% -
HSV(B) 105.43º 0.98% 0.98% -
XYZ 36.63 70.09 11.71 -
YUV 166.93 36.05 54.58 -
System Red Green Blue C M Y K H S L
Decimal 64 251 4 0.75 0 0.98 0.02 105.43 0.97 0.5
Hex 40 FB 4 4B 0 62 2 69 61 32
Octal 100 373 4 113 0 142 2 151 141 62
Binary 1000000 11111011 100 1001011 0 1100010 10 1101001 1100001 110010

Color Harmonies of #40FB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FB04

Black with #40FB04

Text Example


Text Example

White with #40FB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,251,4); }

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

background-color css

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

 a { background-color: rgb(64,251,4); }

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

border-color css

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

 span { border-color: rgb(64,251,4); }

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