Html Css Color HEX #41F024 Harlequin

📋 copy color: '#41F024'

red 65 ◦ green 240 ◦ blue 36

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

Shades of Harlequin #41F024

Tints of Harlequin #41F024

RGB

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

 GREEN value IS 240 (94.14% from 255) = 70.38%

 BLUE value IS 36 (14.45% from 255) = 10.56%

R = 19.06%
G = 70.38%
B = 10.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#41F024 (or 0x41F024) is known color: Harlequin. HEX triplet: 41, F0 and 24. RGB value is (65,240,36). Sum of RGB (Red+Green+Blue) = 65+240+36=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 240 (94.14% from 255 or 70.38% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 240 - color contains mainly: green. Hex color #41F024 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F024 is #BE0FDB. Grayscale: #A5A5A5. Windows color (decimal): -12455900 or 2420801. OLE color: 2420801.

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

Color convert

RGB 65 240 36 -
CMYK 0.73 0 0.85 0.06
HSL 111.47º 0.87% 0.54% -
HSV(B) 111.47º 0.85% 0.94% -
XYZ 33.66 63.57 12.17 -
YUV 164.42 55.52 57.09 -
System Red Green Blue C M Y K H S L
Decimal 65 240 36 0.73 0 0.85 0.06 111.47 0.87 0.54
Hex 41 F0 24 49 0 55 6 6F 57 36
Octal 101 360 44 111 0 125 6 157 127 66
Binary 1000001 11110000 100100 1001001 0 1010101 110 1101111 1010111 110110

Color Harmonies of #41F024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F024

Black with #41F024

Text Example


Text Example

White with #41F024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,240,36); }

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

background-color css

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

 a { background-color: rgb(65,240,36); }

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

border-color css

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

 span { border-color: rgb(65,240,36); }

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