Html Css Color HEX #41E60F Harlequin

📋 copy color: '#41E60F'

red 65 ◦ green 230 ◦ blue 15

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

Shades of Harlequin #41E60F

Tints of Harlequin #41E60F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 74.19%

 BLUE value IS 15 (6.25% from 255) = 4.84%

R = 20.97%
G = 74.19%
B = 4.84%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#41E60F (or 0x41E60F) is known color: Harlequin. HEX triplet: 41, E6 and 0F. RGB value is (65,230,15). Sum of RGB (Red+Green+Blue) = 65+230+15=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 230 (90.23% from 255 or 74.19% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 230 - color contains mainly: green. Hex color #41E60F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41E60F is #BE19F0. Grayscale: #9C9C9C. Windows color (decimal): -12458481 or 1041985. OLE color: 1041985.

HSL color Cylindrical-coordinate representation of color #41E60F: hue angle of 106.05º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #41E60F is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 65 230 15 -
CMYK 0.72 0 0.93 0.10
HSL 106.05º 0.88% 0.48% -
HSV(B) 106.05º 0.93% 0.9% -
XYZ 30.56 57.75 9.99 -
YUV 156.16 48.34 62.98 -
System Red Green Blue C M Y K H S L
Decimal 65 230 15 0.72 0 0.93 0.10 106.05 0.88 0.48
Hex 41 E6 F 48 0 5D A 6A 58 30
Octal 101 346 17 110 0 135 12 152 130 60
Binary 1000001 11100110 1111 1001000 0 1011101 1010 1101010 1011000 110000

Color Harmonies of #41E60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E60F

Black with #41E60F

Text Example


Text Example

White with #41E60F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,230,15); }

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

background-color css

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

 a { background-color: rgb(65,230,15); }

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

border-color css

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

 span { border-color: rgb(65,230,15); }

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