Html Css Color HEX #41D062 Emerald

📋 copy color: '#41D062'

red 65 ◦ green 208 ◦ blue 98

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

Shades of Emerald #41D062

Tints of Emerald #41D062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.42%

R = 17.52%
G = 56.06%
B = 26.42%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#41D062 (or 0x41D062) is known color: Emerald. HEX triplet: 41, D0 and 62. RGB value is (65,208,98). Sum of RGB (Red+Green+Blue) = 65+208+98=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #41D062 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D062 is #BE2F9D. Grayscale: #999999. Windows color (decimal): -12464030 or 6475841. OLE color: 6475841.

HSL color Cylindrical-coordinate representation of color #41D062: hue angle of 133.85º 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 #41D062 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 208 98 -
CMYK 0.69 0 0.53 0.18
HSL 133.85º 0.6% 0.54% -
HSV(B) 133.85º 0.69% 0.82% -
XYZ 26.94 47.12 19.23 -
YUV 152.7 97.12 65.44 -
System Red Green Blue C M Y K H S L
Decimal 65 208 98 0.69 0 0.53 0.18 133.85 0.6 0.54
Hex 41 D0 62 45 0 35 12 86 3C 36
Octal 101 320 142 105 0 65 22 206 74 66
Binary 1000001 11010000 1100010 1000101 0 110101 10010 10000110 111100 110110

Color Harmonies of #41D062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D062

Black with #41D062

Text Example


Text Example

White with #41D062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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