Html Css Color HEX #41F213 Harlequin

📋 copy color: '#41F213'

red 65 ◦ green 242 ◦ blue 19

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

Shades of Harlequin #41F213

Tints of Harlequin #41F213

RGB

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

 GREEN value IS 242 (94.92% from 255) = 74.23%

 BLUE value IS 19 (7.81% from 255) = 5.83%

R = 19.94%
G = 74.23%
B = 5.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#41F213 (or 0x41F213) is known color: Harlequin. HEX triplet: 41, F2 and 13. RGB value is (65,242,19). Sum of RGB (Red+Green+Blue) = 65+242+19=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 242 (94.92% from 255 or 74.23% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 242 - color contains mainly: green. Hex color #41F213 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41F213 is #BE0DEC. Grayscale: #A4A4A4. Windows color (decimal): -12455405 or 1307201. OLE color: 1307201.

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

Color convert

RGB 65 242 19 -
CMYK 0.73 0 0.92 0.05
HSL 107.62º 0.9% 0.51% -
HSV(B) 107.62º 0.92% 0.95% -
XYZ 34.05 64.68 11.31 -
YUV 163.66 46.36 57.63 -
System Red Green Blue C M Y K H S L
Decimal 65 242 19 0.73 0 0.92 0.05 107.62 0.9 0.51
Hex 41 F2 13 49 0 5C 5 6C 5A 33
Octal 101 362 23 111 0 134 5 154 132 63
Binary 1000001 11110010 10011 1001001 0 1011100 101 1101100 1011010 110011

Color Harmonies of #41F213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F213

Black with #41F213

Text Example


Text Example

White with #41F213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,242,19); }

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

background-color css

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

 a { background-color: rgb(65,242,19); }

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

border-color css

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

 span { border-color: rgb(65,242,19); }

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