Html Css Color HEX #41F700 Harlequin

📋 copy color: '#41F700'

red 65 ◦ green 247 ◦ blue 0

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

Shades of Harlequin #41F700

Tints of Harlequin #41F700

RGB

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

 GREEN value IS 247 (96.88% from 255) = 79.17%

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

R = 20.83%
G = 79.17%
B = 0%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#41F700 (or 0x41F700) is known color: Harlequin. HEX triplet: 41, F7 and 00. RGB value is (65,247,0). Sum of RGB (Red+Green+Blue) = 65+247+0=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 247 (96.88% from 255 or 79.17% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 247 - color contains mainly: green. Hex color #41F700 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41F700 is #BE08FF. Grayscale: #A5A5A5. Windows color (decimal): -12454144 or 63297. OLE color: 63297.

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

Color convert

RGB 65 247 0 -
CMYK 0.74 0 1 0.03
HSL 104.21º 1% 0.48% -
HSV(B) 104.21º 1% 0.97% -
XYZ 35.44 67.65 11.19 -
YUV 164.42 35.2 57.08 -
System Red Green Blue C M Y K H S L
Decimal 65 247 0 0.74 0 1 0.03 104.21 1 0.48
Hex 41 F7 0 4A 0 64 3 68 64 30
Octal 101 367 0 112 0 144 3 150 144 60
Binary 1000001 11110111 0 1001010 0 1100100 11 1101000 1100100 110000

Color Harmonies of #41F700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F700

Black with #41F700

Text Example


Text Example

White with #41F700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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