Html Css Color HEX #41E60D Harlequin

📋 copy color: '#41E60D'

red 65 ◦ green 230 ◦ blue 13

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

Shades of Harlequin #41E60D

Tints of Harlequin #41E60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.22%

R = 21.1%
G = 74.68%
B = 4.22%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#41E60D (or 0x41E60D) is known color: Harlequin. HEX triplet: 41, E6 and 0D. RGB value is (65,230,13). Sum of RGB (Red+Green+Blue) = 65+230+13=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 230 (90.23% from 255 or 74.68% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 230 - color contains mainly: green. Hex color #41E60D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41E60D is #BE19F2. Grayscale: #9C9C9C. Windows color (decimal): -12458483 or 910913. OLE color: 910913.

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

Color convert

RGB 65 230 13 -
CMYK 0.72 0 0.94 0.10
HSL 105.62º 0.89% 0.48% -
HSV(B) 105.62º 0.94% 0.9% -
XYZ 30.55 57.75 9.92 -
YUV 155.93 47.34 63.14 -
System Red Green Blue C M Y K H S L
Decimal 65 230 13 0.72 0 0.94 0.10 105.62 0.89 0.48
Hex 41 E6 D 48 0 5E A 6A 59 30
Octal 101 346 15 110 0 136 12 152 131 60
Binary 1000001 11100110 1101 1001000 0 1011110 1010 1101010 1011001 110000

Color Harmonies of #41E60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E60D

Black with #41E60D

Text Example


Text Example

White with #41E60D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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