Html Css Color HEX #41F526 Harlequin

📋 copy color: '#41F526'

red 65 ◦ green 245 ◦ blue 38

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

Shades of Harlequin #41F526

Tints of Harlequin #41F526

RGB

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

 GREEN value IS 245 (96.09% from 255) = 70.4%

 BLUE value IS 38 (15.23% from 255) = 10.92%

R = 18.68%
G = 70.4%
B = 10.92%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#41F526 (or 0x41F526) is known color: Harlequin. HEX triplet: 41, F5 and 26. RGB value is (65,245,38). Sum of RGB (Red+Green+Blue) = 65+245+38=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 245 (96.09% from 255 or 70.40% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 245 - color contains mainly: green. Hex color #41F526 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F526 is #BE0AD9. Grayscale: #A8A8A8. Windows color (decimal): -12454618 or 2553153. OLE color: 2553153.

HSL color Cylindrical-coordinate representation of color #41F526: hue angle of 112.17º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41F526 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 65 245 38 -
CMYK 0.73 0 0.84 0.04
HSL 112.17º 0.91% 0.55% -
HSV(B) 112.17º 0.84% 0.96% -
XYZ 35.18 66.57 12.83 -
YUV 167.58 54.87 54.83 -
System Red Green Blue C M Y K H S L
Decimal 65 245 38 0.73 0 0.84 0.04 112.17 0.91 0.55
Hex 41 F5 26 49 0 54 4 70 5B 37
Octal 101 365 46 111 0 124 4 160 133 67
Binary 1000001 11110101 100110 1001001 0 1010100 100 1110000 1011011 110111

Color Harmonies of #41F526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F526

Black with #41F526

Text Example


Text Example

White with #41F526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,245,38); }

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

background-color css

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

 a { background-color: rgb(65,245,38); }

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

border-color css

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

 span { border-color: rgb(65,245,38); }

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