Html Css Color HEX #41F900 Harlequin

📋 copy color: '#41F900'

red 65 ◦ green 249 ◦ blue 0

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

Shades of Harlequin #41F900

Tints of Harlequin #41F900

RGB

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

 GREEN value IS 249 (97.66% from 255) = 79.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 20.7%
G = 79.3%
B = 0%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#41F900 (or 0x41F900) is known color: Harlequin. HEX triplet: 41, F9 and 00. RGB value is (65,249,0). Sum of RGB (Red+Green+Blue) = 65+249+0=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 249 (97.66% from 255 or 79.30% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 249 - color contains mainly: green. Hex color #41F900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41F900 is #BE06FF. Grayscale: #A6A6A6. Windows color (decimal): -12453632 or 63809. OLE color: 63809.

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

Color convert

RGB 65 249 0 -
CMYK 0.74 0 1 0.02
HSL 104.34º 1% 0.49% -
HSV(B) 104.34º 1% 0.98% -
XYZ 36.06 68.88 11.39 -
YUV 165.6 34.54 56.25 -
System Red Green Blue C M Y K H S L
Decimal 65 249 0 0.74 0 1 0.02 104.34 1 0.49
Hex 41 F9 0 4A 0 64 2 68 64 31
Octal 101 371 0 112 0 144 2 150 144 61
Binary 1000001 11111001 0 1001010 0 1100100 10 1101000 1100100 110001

Color Harmonies of #41F900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F900

Black with #41F900

Text Example


Text Example

White with #41F900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,249,0); }

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

background-color css

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

 a { background-color: rgb(65,249,0); }

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

border-color css

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

 span { border-color: rgb(65,249,0); }

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