Html Css Color HEX #41DF14 Harlequin

📋 copy color: '#41DF14'

red 65 ◦ green 223 ◦ blue 20

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

Shades of Harlequin #41DF14

Tints of Harlequin #41DF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 72.4%

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

R = 21.1%
G = 72.4%
B = 6.49%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#41DF14 (or 0x41DF14) is known color: Harlequin. HEX triplet: 41, DF and 14. RGB value is (65,223,20). Sum of RGB (Red+Green+Blue) = 65+223+20=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 223 (87.5% from 255 or 72.40% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 223 - color contains mainly: green. Hex color #41DF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41DF14 is #BE20EB. Grayscale: #999999. Windows color (decimal): -12460268 or 1367873. OLE color: 1367873.

HSL color Cylindrical-coordinate representation of color #41DF14: hue angle of 106.7º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41DF14 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 223 20 -
CMYK 0.71 0 0.91 0.13
HSL 106.7º 0.84% 0.48% -
HSV(B) 106.7º 0.91% 0.87% -
XYZ 28.69 53.95 9.56 -
YUV 152.62 53.15 65.51 -
System Red Green Blue C M Y K H S L
Decimal 65 223 20 0.71 0 0.91 0.13 106.7 0.84 0.48
Hex 41 DF 14 47 0 5B D 6B 54 30
Octal 101 337 24 107 0 133 15 153 124 60
Binary 1000001 11011111 10100 1000111 0 1011011 1101 1101011 1010100 110000

Color Harmonies of #41DF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DF14

Black with #41DF14

Text Example


Text Example

White with #41DF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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