Html Css Color HEX #41EB12 Harlequin

📋 copy color: '#41EB12'

red 65 ◦ green 235 ◦ blue 18

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

Shades of Harlequin #41EB12

Tints of Harlequin #41EB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.66%

R = 20.44%
G = 73.9%
B = 5.66%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#41EB12 (or 0x41EB12) is known color: Harlequin. HEX triplet: 41, EB and 12. RGB value is (65,235,18). Sum of RGB (Red+Green+Blue) = 65+235+18=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 235 (92.19% from 255 or 73.90% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 235 - color contains mainly: green. Hex color #41EB12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41EB12 is #BE14ED. Grayscale: #A0A0A0. Windows color (decimal): -12457198 or 1239873. OLE color: 1239873.

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

Color convert

RGB 65 235 18 -
CMYK 0.72 0 0.92 0.08
HSL 107º 0.86% 0.5% -
HSV(B) 107º 0.92% 0.92% -
XYZ 32 60.58 10.58 -
YUV 159.43 48.18 60.64 -
System Red Green Blue C M Y K H S L
Decimal 65 235 18 0.72 0 0.92 0.08 107 0.86 0.5
Hex 41 EB 12 48 0 5C 8 6B 56 32
Octal 101 353 22 110 0 134 10 153 126 62
Binary 1000001 11101011 10010 1001000 0 1011100 1000 1101011 1010110 110010

Color Harmonies of #41EB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EB12

Black with #41EB12

Text Example


Text Example

White with #41EB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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