Html Css Color HEX #41DF0A Harlequin

📋 copy color: '#41DF0A'

red 65 ◦ green 223 ◦ blue 10

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

Shades of Harlequin #41DF0A

Tints of Harlequin #41DF0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.36%

R = 21.81%
G = 74.83%
B = 3.36%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#41DF0A (or 0x41DF0A) is known color: Harlequin. HEX triplet: 41, DF and 0A. RGB value is (65,223,10). Sum of RGB (Red+Green+Blue) = 65+223+10=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 223 (87.5% from 255 or 74.83% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 223 - color contains mainly: green. Hex color #41DF0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41DF0A is #BE20F5. Grayscale: #989898. Windows color (decimal): -12460278 or 712513. OLE color: 712513.

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

Color convert

RGB 65 223 10 -
CMYK 0.71 0 0.96 0.13
HSL 104.51º 0.91% 0.46% -
HSV(B) 104.51º 0.96% 0.87% -
XYZ 28.62 53.92 9.19 -
YUV 151.48 48.15 66.32 -
System Red Green Blue C M Y K H S L
Decimal 65 223 10 0.71 0 0.96 0.13 104.51 0.91 0.46
Hex 41 DF A 47 0 60 D 69 5B 2E
Octal 101 337 12 107 0 140 15 151 133 56
Binary 1000001 11011111 1010 1000111 0 1100000 1101 1101001 1011011 101110

Color Harmonies of #41DF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DF0A

Black with #41DF0A

Text Example


Text Example

White with #41DF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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