Html Css Color HEX #40EB0B Harlequin

📋 copy color: '#40EB0B'

red 64 ◦ green 235 ◦ blue 11

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

Shades of Harlequin #40EB0B

Tints of Harlequin #40EB0B

RGB

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

 GREEN value IS 235 (92.19% from 255) = 75.81%

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

R = 20.65%
G = 75.81%
B = 3.55%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#40EB0B (or 0x40EB0B) is known color: Harlequin. HEX triplet: 40, EB and 0B. RGB value is (64,235,11). Sum of RGB (Red+Green+Blue) = 64+235+11=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 235 (92.19% from 255 or 75.81% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 235 - color contains mainly: green. Hex color #40EB0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40EB0B is #BF14F4. Grayscale: #9F9F9F. Windows color (decimal): -12522741 or 781120. OLE color: 781120.

HSL color Cylindrical-coordinate representation of color #40EB0B: hue angle of 105.8º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40EB0B is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 235 11 -
CMYK 0.73 0 0.95 0.08
HSL 105.8º 0.91% 0.48% -
HSV(B) 105.8º 0.95% 0.92% -
XYZ 31.88 60.53 10.32 -
YUV 158.34 44.85 60.71 -
System Red Green Blue C M Y K H S L
Decimal 64 235 11 0.73 0 0.95 0.08 105.8 0.91 0.48
Hex 40 EB B 49 0 5F 8 6A 5B 30
Octal 100 353 13 111 0 137 10 152 133 60
Binary 1000000 11101011 1011 1001001 0 1011111 1000 1101010 1011011 110000

Color Harmonies of #40EB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EB0B

Black with #40EB0B

Text Example


Text Example

White with #40EB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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