Html Css Color HEX #41F50A Harlequin

📋 copy color: '#41F50A'

red 65 ◦ green 245 ◦ blue 10

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

Shades of Harlequin #41F50A

Tints of Harlequin #41F50A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.13%

R = 20.31%
G = 76.56%
B = 3.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#41F50A (or 0x41F50A) is known color: Harlequin. HEX triplet: 41, F5 and 0A. RGB value is (65,245,10). Sum of RGB (Red+Green+Blue) = 65+245+10=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 245 (96.09% from 255 or 76.56% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 245 - color contains mainly: green. Hex color #41F50A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41F50A is #BE0AF5. Grayscale: #A5A5A5. Windows color (decimal): -12454646 or 718145. OLE color: 718145.

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

Color convert

RGB 65 245 10 -
CMYK 0.73 0 0.96 0.04
HSL 105.96º 0.92% 0.5% -
HSV(B) 105.96º 0.96% 0.96% -
XYZ 34.89 66.45 11.27 -
YUV 164.39 40.87 57.11 -
System Red Green Blue C M Y K H S L
Decimal 65 245 10 0.73 0 0.96 0.04 105.96 0.92 0.5
Hex 41 F5 A 49 0 60 4 6A 5C 32
Octal 101 365 12 111 0 140 4 152 134 62
Binary 1000001 11110101 1010 1001001 0 1100000 100 1101010 1011100 110010

Color Harmonies of #41F50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F50A

Black with #41F50A

Text Example


Text Example

White with #41F50A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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