Html Css Color HEX #41D260 Emerald

📋 copy color: '#41D260'

red 65 ◦ green 210 ◦ blue 96

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

Shades of Emerald #41D260

Tints of Emerald #41D260

RGB

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

 GREEN value IS 210 (82.42% from 255) = 56.6%

 BLUE value IS 96 (37.89% from 255) = 25.88%

R = 17.52%
G = 56.6%
B = 25.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#41D260 (or 0x41D260) is known color: Emerald. HEX triplet: 41, D2 and 60. RGB value is (65,210,96). Sum of RGB (Red+Green+Blue) = 65+210+96=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #41D260 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D260 is #BE2D9F. Grayscale: #999999. Windows color (decimal): -12463520 or 6345281. OLE color: 6345281.

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

Color convert

RGB 65 210 96 -
CMYK 0.69 0 0.54 0.18
HSL 132.83º 0.62% 0.54% -
HSV(B) 132.83º 0.69% 0.82% -
XYZ 27.34 48.06 18.9 -
YUV 153.65 95.46 64.77 -
System Red Green Blue C M Y K H S L
Decimal 65 210 96 0.69 0 0.54 0.18 132.83 0.62 0.54
Hex 41 D2 60 45 0 36 12 85 3E 36
Octal 101 322 140 105 0 66 22 205 76 66
Binary 1000001 11010010 1100000 1000101 0 110110 10010 10000101 111110 110110

Color Harmonies of #41D260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D260

Black with #41D260

Text Example


Text Example

White with #41D260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,210,96); }

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

background-color css

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

 a { background-color: rgb(65,210,96); }

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

border-color css

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

 span { border-color: rgb(65,210,96); }

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