Html Css Color HEX #41FA10 Harlequin

📋 copy color: '#41FA10'

red 65 ◦ green 250 ◦ blue 16

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

Shades of Harlequin #41FA10

Tints of Harlequin #41FA10

RGB

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

 GREEN value IS 250 (98.05% from 255) = 75.53%

 BLUE value IS 16 (6.64% from 255) = 4.83%

R = 19.64%
G = 75.53%
B = 4.83%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#41FA10 (or 0x41FA10) is known color: Harlequin. HEX triplet: 41, FA and 10. RGB value is (65,250,16). Sum of RGB (Red+Green+Blue) = 65+250+16=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 250 (98.05% from 255 or 75.53% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 250 - color contains mainly: green. Hex color #41FA10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FA10 is #BE05EF. Grayscale: #A8A8A8. Windows color (decimal): -12453360 or 1112641. OLE color: 1112641.

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

Color convert

RGB 65 250 16 -
CMYK 0.74 0 0.94 0.02
HSL 107.44º 0.96% 0.52% -
HSV(B) 107.44º 0.94% 0.98% -
XYZ 36.46 69.53 11.99 -
YUV 168.01 42.21 54.53 -
System Red Green Blue C M Y K H S L
Decimal 65 250 16 0.74 0 0.94 0.02 107.44 0.96 0.52
Hex 41 FA 10 4A 0 5E 2 6B 60 34
Octal 101 372 20 112 0 136 2 153 140 64
Binary 1000001 11111010 10000 1001010 0 1011110 10 1101011 1100000 110100

Color Harmonies of #41FA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FA10

Black with #41FA10

Text Example


Text Example

White with #41FA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,250,16); }

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

background-color css

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

 a { background-color: rgb(65,250,16); }

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

border-color css

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

 span { border-color: rgb(65,250,16); }

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