Html Css Color HEX #40FB06 Harlequin

📋 copy color: '#40FB06'

red 64 ◦ green 251 ◦ blue 6

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

Shades of Harlequin #40FB06

Tints of Harlequin #40FB06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.87%

R = 19.94%
G = 78.19%
B = 1.87%

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

#40FB06 (or 0x40FB06) is known color: Harlequin. HEX triplet: 40, FB and 06. RGB value is (64,251,6). Sum of RGB (Red+Green+Blue) = 64+251+6=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 251 (98.44% from 255 or 78.19% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 251 - color contains mainly: green. Hex color #40FB06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40FB06 is #BF04F9. Grayscale: #A7A7A7. Windows color (decimal): -12518650 or 457536. OLE color: 457536.

HSL color Cylindrical-coordinate representation of color #40FB06: hue angle of 105.8º 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 #40FB06 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 251 6 -
CMYK 0.75 0 0.98 0.02
HSL 105.8º 0.97% 0.5% -
HSV(B) 105.8º 0.98% 0.98% -
XYZ 36.64 70.1 11.77 -
YUV 167.16 37.05 54.42 -
System Red Green Blue C M Y K H S L
Decimal 64 251 6 0.75 0 0.98 0.02 105.8 0.97 0.5
Hex 40 FB 6 4B 0 62 2 6A 61 32
Octal 100 373 6 113 0 142 2 152 141 62
Binary 1000000 11111011 110 1001011 0 1100010 10 1101010 1100001 110010

Color Harmonies of #40FB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FB06

Black with #40FB06

Text Example


Text Example

White with #40FB06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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