Html Css Color HEX #41EF12 Harlequin

📋 copy color: '#41EF12'

red 65 ◦ green 239 ◦ blue 18

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

Shades of Harlequin #41EF12

Tints of Harlequin #41EF12

RGB

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

 GREEN value IS 239 (93.75% from 255) = 74.22%

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

R = 20.19%
G = 74.22%
B = 5.59%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#41EF12 (or 0x41EF12) is known color: Harlequin. HEX triplet: 41, EF and 12. RGB value is (65,239,18). Sum of RGB (Red+Green+Blue) = 65+239+18=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 239 (93.75% from 255 or 74.22% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 239 - color contains mainly: green. Hex color #41EF12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41EF12 is #BE10ED. Grayscale: #A2A2A2. Windows color (decimal): -12456174 or 1240897. OLE color: 1240897.

HSL color Cylindrical-coordinate representation of color #41EF12: hue angle of 107.24º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41EF12 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 65 239 18 -
CMYK 0.73 0 0.92 0.06
HSL 107.24º 0.87% 0.5% -
HSV(B) 107.24º 0.92% 0.94% -
XYZ 33.16 62.9 10.97 -
YUV 161.78 46.85 58.97 -
System Red Green Blue C M Y K H S L
Decimal 65 239 18 0.73 0 0.92 0.06 107.24 0.87 0.5
Hex 41 EF 12 49 0 5C 6 6B 57 32
Octal 101 357 22 111 0 134 6 153 127 62
Binary 1000001 11101111 10010 1001001 0 1011100 110 1101011 1010111 110010

Color Harmonies of #41EF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EF12

Black with #41EF12

Text Example


Text Example

White with #41EF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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