Html Css Color HEX #41F114 Harlequin

📋 copy color: '#41F114'

red 65 ◦ green 241 ◦ blue 20

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

Shades of Harlequin #41F114

Tints of Harlequin #41F114

RGB

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

 GREEN value IS 241 (94.53% from 255) = 73.93%

 BLUE value IS 20 (8.2% from 255) = 6.13%

R = 19.94%
G = 73.93%
B = 6.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#41F114 (or 0x41F114) is known color: Harlequin. HEX triplet: 41, F1 and 14. RGB value is (65,241,20). Sum of RGB (Red+Green+Blue) = 65+241+20=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 241 (94.53% from 255 or 73.93% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 241 - color contains mainly: green. Hex color #41F114 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41F114 is #BE0EEB. Grayscale: #A3A3A3. Windows color (decimal): -12455660 or 1372481. OLE color: 1372481.

HSL color Cylindrical-coordinate representation of color #41F114: hue angle of 107.78º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41F114 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 65 241 20 -
CMYK 0.73 0 0.92 0.05
HSL 107.78º 0.89% 0.51% -
HSV(B) 107.78º 0.92% 0.95% -
XYZ 33.76 64.08 11.25 -
YUV 163.18 47.19 57.97 -
System Red Green Blue C M Y K H S L
Decimal 65 241 20 0.73 0 0.92 0.05 107.78 0.89 0.51
Hex 41 F1 14 49 0 5C 5 6C 59 33
Octal 101 361 24 111 0 134 5 154 131 63
Binary 1000001 11110001 10100 1001001 0 1011100 101 1101100 1011001 110011

Color Harmonies of #41F114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F114

Black with #41F114

Text Example


Text Example

White with #41F114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,241,20); }

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

background-color css

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

 a { background-color: rgb(65,241,20); }

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

border-color css

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

 span { border-color: rgb(65,241,20); }

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