Html Css Color HEX #41F11F Harlequin

📋 copy color: '#41F11F'

red 65 ◦ green 241 ◦ blue 31

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

Shades of Harlequin #41F11F

Tints of Harlequin #41F11F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.2%

R = 19.29%
G = 71.51%
B = 9.2%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#41F11F (or 0x41F11F) is known color: Harlequin. HEX triplet: 41, F1 and 1F. RGB value is (65,241,31). Sum of RGB (Red+Green+Blue) = 65+241+31=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 241 (94.53% from 255 or 71.51% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 241 - color contains mainly: green. Hex color #41F11F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F11F is #BE0EE0. Grayscale: #A5A5A5. Windows color (decimal): -12455649 or 2093377. OLE color: 2093377.

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

Color convert

RGB 65 241 31 -
CMYK 0.73 0 0.87 0.05
HSL 110.29º 0.88% 0.53% -
HSV(B) 110.29º 0.87% 0.95% -
XYZ 33.88 64.13 11.89 -
YUV 164.44 52.69 57.08 -
System Red Green Blue C M Y K H S L
Decimal 65 241 31 0.73 0 0.87 0.05 110.29 0.88 0.53
Hex 41 F1 1F 49 0 57 5 6E 58 35
Octal 101 361 37 111 0 127 5 156 130 65
Binary 1000001 11110001 11111 1001001 0 1010111 101 1101110 1011000 110101

Color Harmonies of #41F11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F11F

Black with #41F11F

Text Example


Text Example

White with #41F11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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