Html Css Color HEX #41FF0F Harlequin

📋 copy color: '#41FF0F'

red 65 ◦ green 255 ◦ blue 15

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

Shades of Harlequin #41FF0F

Tints of Harlequin #41FF0F

RGB

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

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

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

R = 19.4%
G = 76.12%
B = 4.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#41FF0F (or 0x41FF0F) is known color: Harlequin. HEX triplet: 41, FF and 0F. RGB value is (65,255,15). Sum of RGB (Red+Green+Blue) = 65+255+15=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 255 (100% from 255 or 76.12% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FF0F is #BE00F0. Grayscale: #ABABAB. Windows color (decimal): -12452081 or 1048385. OLE color: 1048385.

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

Color convert

RGB 65 255 15 -
CMYK 0.75 0 0.94 0
HSL 107.5º 1% 0.53% -
HSV(B) 107.5º 0.94% 1% -
XYZ 38.03 72.68 12.48 -
YUV 170.83 40.05 52.51 -
System Red Green Blue C M Y K H S L
Decimal 65 255 15 0.75 0 0.94 0 107.5 1 0.53
Hex 41 FF F 4B 0 5E 0 6C 64 35
Octal 101 377 17 113 0 136 0 154 144 65
Binary 1000001 11111111 1111 1001011 0 1011110 0 1101100 1100100 110101

Color Harmonies of #41FF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FF0F

Black with #41FF0F

Text Example


Text Example

White with #41FF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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