Html Css Color HEX #41FA1B Harlequin

📋 copy color: '#41FA1B'

red 65 ◦ green 250 ◦ blue 27

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

Shades of Harlequin #41FA1B

Tints of Harlequin #41FA1B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 73.1%

 BLUE value IS 27 (10.94% from 255) = 7.89%

R = 19.01%
G = 73.1%
B = 7.89%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#41FA1B (or 0x41FA1B) is known color: Harlequin. HEX triplet: 41, FA and 1B. RGB value is (65,250,27). Sum of RGB (Red+Green+Blue) = 65+250+27=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 250 (98.05% from 255 or 73.10% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 250 - color contains mainly: green. Hex color #41FA1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41FA1B is #BE05E4. Grayscale: #A9A9A9. Windows color (decimal): -12453349 or 1833537. OLE color: 1833537.

HSL color Cylindrical-coordinate representation of color #41FA1B: hue angle of 109.78º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41FA1B is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 250 27 -
CMYK 0.74 0 0.89 0.02
HSL 109.78º 0.96% 0.54% -
HSV(B) 109.78º 0.89% 0.98% -
XYZ 36.56 69.57 12.54 -
YUV 169.26 47.71 53.63 -
System Red Green Blue C M Y K H S L
Decimal 65 250 27 0.74 0 0.89 0.02 109.78 0.96 0.54
Hex 41 FA 1B 4A 0 59 2 6E 60 36
Octal 101 372 33 112 0 131 2 156 140 66
Binary 1000001 11111010 11011 1001010 0 1011001 10 1101110 1100000 110110

Color Harmonies of #41FA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FA1B

Black with #41FA1B

Text Example


Text Example

White with #41FA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,250,27); }

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

background-color css

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

 a { background-color: rgb(65,250,27); }

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

border-color css

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

 span { border-color: rgb(65,250,27); }

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