Html Css Color HEX #41FF04 Harlequin

📋 copy color: '#41FF04'

red 65 ◦ green 255 ◦ blue 4

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

Shades of Harlequin #41FF04

Tints of Harlequin #41FF04

RGB

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

 GREEN value IS 255 (100% from 255) = 78.7%

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 20.06%
G = 78.7%
B = 1.23%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#41FF04 (or 0x41FF04) is known color: Harlequin. HEX triplet: 41, FF and 04. RGB value is (65,255,4). Sum of RGB (Red+Green+Blue) = 65+255+4=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 255 (100% from 255 or 78.70% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FF04 is #BE00FB. Grayscale: #AAAAAA. Windows color (decimal): -12452092 or 327489. OLE color: 327489.

HSL color Cylindrical-coordinate representation of color #41FF04: hue angle of 105.42º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41FF04 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 65 255 4 -
CMYK 0.75 0 0.98 0
HSL 105.42º 1% 0.51% -
HSV(B) 105.42º 0.98% 1% -
XYZ 37.96 72.65 12.14 -
YUV 169.58 34.55 53.41 -
System Red Green Blue C M Y K H S L
Decimal 65 255 4 0.75 0 0.98 0 105.42 1 0.51
Hex 41 FF 4 4B 0 62 0 69 64 33
Octal 101 377 4 113 0 142 0 151 144 63
Binary 1000001 11111111 100 1001011 0 1100010 0 1101001 1100100 110011

Color Harmonies of #41FF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FF04

Black with #41FF04

Text Example


Text Example

White with #41FF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,255,4); }

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

background-color css

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

 a { background-color: rgb(65,255,4); }

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

border-color css

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

 span { border-color: rgb(65,255,4); }

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