Html Css Color HEX #41F215 Harlequin

📋 copy color: '#41F215'

red 65 ◦ green 242 ◦ blue 21

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

Shades of Harlequin #41F215

Tints of Harlequin #41F215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.4%

R = 19.82%
G = 73.78%
B = 6.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#41F215 (or 0x41F215) is known color: Harlequin. HEX triplet: 41, F2 and 15. RGB value is (65,242,21). Sum of RGB (Red+Green+Blue) = 65+242+21=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 242 (94.92% from 255 or 73.78% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 242 - color contains mainly: green. Hex color #41F215 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41F215 is #BE0DEA. Grayscale: #A4A4A4. Windows color (decimal): -12455403 or 1438273. OLE color: 1438273.

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

Color convert

RGB 65 242 21 -
CMYK 0.73 0 0.91 0.05
HSL 108.05º 0.89% 0.52% -
HSV(B) 108.05º 0.91% 0.95% -
XYZ 34.07 64.68 11.4 -
YUV 163.88 47.36 57.47 -
System Red Green Blue C M Y K H S L
Decimal 65 242 21 0.73 0 0.91 0.05 108.05 0.89 0.52
Hex 41 F2 15 49 0 5B 5 6C 59 34
Octal 101 362 25 111 0 133 5 154 131 64
Binary 1000001 11110010 10101 1001001 0 1011011 101 1101100 1011001 110100

Color Harmonies of #41F215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F215

Black with #41F215

Text Example


Text Example

White with #41F215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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