Html Css Color HEX #40F90B Harlequin

📋 copy color: '#40F90B'

red 64 ◦ green 249 ◦ blue 11

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

Shades of Harlequin #40F90B

Tints of Harlequin #40F90B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 76.85%

 BLUE value IS 11 (4.69% from 255) = 3.4%

R = 19.75%
G = 76.85%
B = 3.4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#40F90B (or 0x40F90B) is known color: Harlequin. HEX triplet: 40, F9 and 0B. RGB value is (64,249,11). Sum of RGB (Red+Green+Blue) = 64+249+11=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 249 (97.66% from 255 or 76.85% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 249 - color contains mainly: green. Hex color #40F90B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40F90B is #BF06F4. Grayscale: #A7A7A7. Windows color (decimal): -12519157 or 784704. OLE color: 784704.

HSL color Cylindrical-coordinate representation of color #40F90B: hue angle of 106.64º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40F90B is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 249 11 -
CMYK 0.74 0 0.96 0.02
HSL 106.64º 0.95% 0.51% -
HSV(B) 106.64º 0.96% 0.98% -
XYZ 36.05 68.87 11.71 -
YUV 166.55 40.21 54.85 -
System Red Green Blue C M Y K H S L
Decimal 64 249 11 0.74 0 0.96 0.02 106.64 0.95 0.51
Hex 40 F9 B 4A 0 60 2 6B 5F 33
Octal 100 371 13 112 0 140 2 153 137 63
Binary 1000000 11111001 1011 1001010 0 1100000 10 1101011 1011111 110011

Color Harmonies of #40F90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F90B

Black with #40F90B

Text Example


Text Example

White with #40F90B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,249,11); }

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

background-color css

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

 a { background-color: rgb(64,249,11); }

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

border-color css

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

 span { border-color: rgb(64,249,11); }

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