Html Css Color HEX #41FD14 Harlequin

📋 copy color: '#41FD14'

red 65 ◦ green 253 ◦ blue 20

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

Shades of Harlequin #41FD14

Tints of Harlequin #41FD14

RGB

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

 GREEN value IS 253 (99.22% from 255) = 74.85%

 BLUE value IS 20 (8.2% from 255) = 5.92%

R = 19.23%
G = 74.85%
B = 5.92%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#41FD14 (or 0x41FD14) is known color: Harlequin. HEX triplet: 41, FD and 14. RGB value is (65,253,20). Sum of RGB (Red+Green+Blue) = 65+253+20=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 253 (99.22% from 255 or 74.85% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 253 - color contains mainly: green. Hex color #41FD14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FD14 is #BE02EB. Grayscale: #AAAAAA. Windows color (decimal): -12452588 or 1375553. OLE color: 1375553.

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

Color convert

RGB 65 253 20 -
CMYK 0.74 0 0.92 0.01
HSL 108.41º 0.98% 0.54% -
HSV(B) 108.41º 0.92% 0.99% -
XYZ 37.43 71.42 12.48 -
YUV 170.23 43.22 52.95 -
System Red Green Blue C M Y K H S L
Decimal 65 253 20 0.74 0 0.92 0.01 108.41 0.98 0.54
Hex 41 FD 14 4A 0 5C 1 6C 62 36
Octal 101 375 24 112 0 134 1 154 142 66
Binary 1000001 11111101 10100 1001010 0 1011100 1 1101100 1100010 110110

Color Harmonies of #41FD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FD14

Black with #41FD14

Text Example


Text Example

White with #41FD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,253,20); }

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

background-color css

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

 a { background-color: rgb(65,253,20); }

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

border-color css

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

 span { border-color: rgb(65,253,20); }

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