Html Css Color HEX #41E300 Harlequin

📋 copy color: '#41E300'

red 65 ◦ green 227 ◦ blue 0

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

Shades of Harlequin #41E300

Tints of Harlequin #41E300

RGB

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

 GREEN value IS 227 (89.06% from 255) = 77.74%

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

R = 22.26%
G = 77.74%
B = 0%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#41E300 (or 0x41E300) is known color: Harlequin. HEX triplet: 41, E3 and 00. RGB value is (65,227,0). Sum of RGB (Red+Green+Blue) = 65+227+0=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 227 (89.06% from 255 or 77.74% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 227 - color contains mainly: green. Hex color #41E300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41E300 is #BE1CFF. Grayscale: #999999. Windows color (decimal): -12459264 or 58177. OLE color: 58177.

HSL color Cylindrical-coordinate representation of color #41E300: hue angle of 102.82º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41E300 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 65 227 0 -
CMYK 0.71 0 1 0.11
HSL 102.82º 1% 0.45% -
HSV(B) 102.82º 1% 0.89% -
XYZ 29.65 56.06 9.26 -
YUV 152.68 41.83 65.46 -
System Red Green Blue C M Y K H S L
Decimal 65 227 0 0.71 0 1 0.11 102.82 1 0.45
Hex 41 E3 0 47 0 64 B 67 64 2D
Octal 101 343 0 107 0 144 13 147 144 55
Binary 1000001 11100011 0 1000111 0 1100100 1011 1100111 1100100 101101

Color Harmonies of #41E300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E300

Black with #41E300

Text Example


Text Example

White with #41E300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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