Html Css Color HEX #41ED06 Harlequin

📋 copy color: '#41ED06'

red 65 ◦ green 237 ◦ blue 6

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

Shades of Harlequin #41ED06

Tints of Harlequin #41ED06

RGB

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

 GREEN value IS 237 (92.97% from 255) = 76.95%

 BLUE value IS 6 (2.73% from 255) = 1.95%

R = 21.1%
G = 76.95%
B = 1.95%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#41ED06 (or 0x41ED06) is known color: Harlequin. HEX triplet: 41, ED and 06. RGB value is (65,237,6). Sum of RGB (Red+Green+Blue) = 65+237+6=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 237 (92.97% from 255 or 76.95% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 237 - color contains mainly: green. Hex color #41ED06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41ED06 is #BE12F9. Grayscale: #9F9F9F. Windows color (decimal): -12456698 or 453953. OLE color: 453953.

HSL color Cylindrical-coordinate representation of color #41ED06: hue angle of 104.68º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #41ED06 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 237 6 -
CMYK 0.73 0 0.97 0.07
HSL 104.68º 0.95% 0.48% -
HSV(B) 104.68º 0.97% 0.93% -
XYZ 32.5 61.71 10.37 -
YUV 159.24 41.52 60.78 -
System Red Green Blue C M Y K H S L
Decimal 65 237 6 0.73 0 0.97 0.07 104.68 0.95 0.48
Hex 41 ED 6 49 0 61 7 69 5F 30
Octal 101 355 6 111 0 141 7 151 137 60
Binary 1000001 11101101 110 1001001 0 1100001 111 1101001 1011111 110000

Color Harmonies of #41ED06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41ED06

Black with #41ED06

Text Example


Text Example

White with #41ED06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,237,6); }

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

background-color css

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

 a { background-color: rgb(65,237,6); }

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

border-color css

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

 span { border-color: rgb(65,237,6); }

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