Html Css Color HEX #41D064 Emerald

📋 copy color: '#41D064'

red 65 ◦ green 208 ◦ blue 100

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

Shades of Emerald #41D064

Tints of Emerald #41D064

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.76%

 BLUE value IS 100 (39.45% from 255) = 26.81%

R = 17.43%
G = 55.76%
B = 26.81%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#41D064 (or 0x41D064) is known color: Emerald. HEX triplet: 41, D0 and 64. RGB value is (65,208,100). Sum of RGB (Red+Green+Blue) = 65+208+100=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 208 (81.64% from 255 or 55.76% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 208 - color contains mainly: green. Hex color #41D064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D064 is #BE2F9B. Grayscale: #999999. Windows color (decimal): -12464028 or 6606913. OLE color: 6606913.

HSL color Cylindrical-coordinate representation of color #41D064: hue angle of 134.69º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D064 is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 208 100 -
CMYK 0.69 0 0.52 0.18
HSL 134.69º 0.6% 0.54% -
HSV(B) 134.69º 0.69% 0.82% -
XYZ 27.04 47.16 19.73 -
YUV 152.93 98.12 65.28 -
System Red Green Blue C M Y K H S L
Decimal 65 208 100 0.69 0 0.52 0.18 134.69 0.6 0.54
Hex 41 D0 64 45 0 34 12 87 3C 36
Octal 101 320 144 105 0 64 22 207 74 66
Binary 1000001 11010000 1100100 1000101 0 110100 10010 10000111 111100 110110

Color Harmonies of #41D064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D064

Black with #41D064

Text Example


Text Example

White with #41D064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,208,100); }

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

background-color css

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

 a { background-color: rgb(65,208,100); }

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

border-color css

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

 span { border-color: rgb(65,208,100); }

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