Html Css Color HEX #41F312 Harlequin

📋 copy color: '#41F312'

red 65 ◦ green 243 ◦ blue 18

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

Shades of Harlequin #41F312

Tints of Harlequin #41F312

RGB

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

 GREEN value IS 243 (95.31% from 255) = 74.54%

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

R = 19.94%
G = 74.54%
B = 5.52%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#41F312 (or 0x41F312) is known color: Harlequin. HEX triplet: 41, F3 and 12. RGB value is (65,243,18). Sum of RGB (Red+Green+Blue) = 65+243+18=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 243 (95.31% from 255 or 74.54% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 243 - color contains mainly: green. Hex color #41F312 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41F312 is #BE0CED. Grayscale: #A4A4A4. Windows color (decimal): -12455150 or 1241921. OLE color: 1241921.

HSL color Cylindrical-coordinate representation of color #41F312: hue angle of 107.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #41F312 is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 65 243 18 -
CMYK 0.73 0 0.93 0.05
HSL 107.47º 0.9% 0.51% -
HSV(B) 107.47º 0.93% 0.95% -
XYZ 34.34 65.27 11.36 -
YUV 164.13 45.53 57.3 -
System Red Green Blue C M Y K H S L
Decimal 65 243 18 0.73 0 0.93 0.05 107.47 0.9 0.51
Hex 41 F3 12 49 0 5D 5 6B 5A 33
Octal 101 363 22 111 0 135 5 153 132 63
Binary 1000001 11110011 10010 1001001 0 1011101 101 1101011 1011010 110011

Color Harmonies of #41F312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F312

Black with #41F312

Text Example


Text Example

White with #41F312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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