Html Css Color HEX #41EB00 Harlequin

📋 copy color: '#41EB00'

red 65 ◦ green 235 ◦ blue 0

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

Shades of Harlequin #41EB00

Tints of Harlequin #41EB00

RGB

 RED value IS 65 (25.78% from 255) = 21.67%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 21.67%
G = 78.33%
B = 0%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#41EB00 (or 0x41EB00) is known color: Harlequin. HEX triplet: 41, EB and 00. RGB value is (65,235,0). Sum of RGB (Red+Green+Blue) = 65+235+0=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 235 (92.19% from 255 or 78.33% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 235 - color contains mainly: green. Hex color #41EB00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41EB00 is #BE14FF. Grayscale: #9E9E9E. Windows color (decimal): -12457216 or 60225. OLE color: 60225.

HSL color Cylindrical-coordinate representation of color #41EB00: hue angle of 103.4º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41EB00 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 235 0 -
CMYK 0.72 0 1 0.08
HSL 103.4º 1% 0.46% -
HSV(B) 103.4º 1% 0.92% -
XYZ 31.89 60.54 10 -
YUV 157.38 39.18 62.11 -
System Red Green Blue C M Y K H S L
Decimal 65 235 0 0.72 0 1 0.08 103.4 1 0.46
Hex 41 EB 0 48 0 64 8 67 64 2E
Octal 101 353 0 110 0 144 10 147 144 56
Binary 1000001 11101011 0 1001000 0 1100100 1000 1100111 1100100 101110

Color Harmonies of #41EB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EB00

Black with #41EB00

Text Example


Text Example

White with #41EB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41EB00; }

 p { color: rgb(65,235,0); }

 H1.HeaderClassName
 {
   color: #41EB00;
 }
 .AnyTagClassName
 {
   color: #41EB00;
 }
</style>

background-color css

<style>
 a { background-color: #41EB00; }

 a { background-color: rgb(65,235,0); }

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

border-color css

<style>
 span { border-color: #41EB00; }

 span { border-color: rgb(65,235,0); }

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