Html Css Color HEX #41F712 Harlequin

📋 copy color: '#41F712'

red 65 ◦ green 247 ◦ blue 18

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

Shades of Harlequin #41F712

Tints of Harlequin #41F712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.45%

R = 19.7%
G = 74.85%
B = 5.45%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#41F712 (or 0x41F712) is known color: Harlequin. HEX triplet: 41, F7 and 12. RGB value is (65,247,18). Sum of RGB (Red+Green+Blue) = 65+247+18=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 247 (96.88% from 255 or 74.85% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 247 - color contains mainly: green. Hex color #41F712 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41F712 is #BE08ED. Grayscale: #A7A7A7. Windows color (decimal): -12454126 or 1242945. OLE color: 1242945.

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

Color convert

RGB 65 247 18 -
CMYK 0.74 0 0.93 0.03
HSL 107.69º 0.93% 0.52% -
HSV(B) 107.69º 0.93% 0.97% -
XYZ 35.55 67.69 11.76 -
YUV 166.48 44.2 55.62 -
System Red Green Blue C M Y K H S L
Decimal 65 247 18 0.74 0 0.93 0.03 107.69 0.93 0.52
Hex 41 F7 12 4A 0 5D 3 6C 5D 34
Octal 101 367 22 112 0 135 3 154 135 64
Binary 1000001 11110111 10010 1001010 0 1011101 11 1101100 1011101 110100

Color Harmonies of #41F712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F712

Black with #41F712

Text Example


Text Example

White with #41F712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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