Html Css Color HEX #41F227 Harlequin

📋 copy color: '#41F227'

red 65 ◦ green 242 ◦ blue 39

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

Shades of Harlequin #41F227

Tints of Harlequin #41F227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.27%

R = 18.79%
G = 69.94%
B = 11.27%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#41F227 (or 0x41F227) is known color: Harlequin. HEX triplet: 41, F2 and 27. RGB value is (65,242,39). Sum of RGB (Red+Green+Blue) = 65+242+39=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 242 (94.92% from 255 or 69.94% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 242 - color contains mainly: green. Hex color #41F227 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F227 is #BE0DD8. Grayscale: #A6A6A6. Windows color (decimal): -12455385 or 2617921. OLE color: 2617921.

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

Color convert

RGB 65 242 39 -
CMYK 0.73 0 0.84 0.05
HSL 112.32º 0.89% 0.55% -
HSV(B) 112.32º 0.84% 0.95% -
XYZ 34.3 64.77 12.61 -
YUV 165.94 56.36 56.01 -
System Red Green Blue C M Y K H S L
Decimal 65 242 39 0.73 0 0.84 0.05 112.32 0.89 0.55
Hex 41 F2 27 49 0 54 5 70 59 37
Octal 101 362 47 111 0 124 5 160 131 67
Binary 1000001 11110010 100111 1001001 0 1010100 101 1110000 1011001 110111

Color Harmonies of #41F227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F227

Black with #41F227

Text Example


Text Example

White with #41F227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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