Html Css Color HEX #41DD88 Emerald

📋 copy color: '#41DD88'

red 65 ◦ green 221 ◦ blue 136

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

Shades of Emerald #41DD88

Tints of Emerald #41DD88

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.37%

 BLUE value IS 136 (53.52% from 255) = 32.23%

R = 15.4%
G = 52.37%
B = 32.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#41DD88 (or 0x41DD88) is known color: Emerald. HEX triplet: 41, DD and 88. RGB value is (65,221,136). Sum of RGB (Red+Green+Blue) = 65+221+136=422 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.40% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #41DD88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DD88 is #BE2277. Grayscale: #A4A4A4. Windows color (decimal): -12460664 or 8969537. OLE color: 8969537.

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

Color convert

RGB 65 221 136 -
CMYK 0.71 0 0.38 0.13
HSL 147.31º 0.7% 0.56% -
HSV(B) 147.31º 0.71% 0.87% -
XYZ 32.48 54.61 32.12 -
YUV 164.67 111.82 56.91 -
System Red Green Blue C M Y K H S L
Decimal 65 221 136 0.71 0 0.38 0.13 147.31 0.7 0.56
Hex 41 DD 88 47 0 26 D 93 46 38
Octal 101 335 210 107 0 46 15 223 106 70
Binary 1000001 11011101 10001000 1000111 0 100110 1101 10010011 1000110 111000

Color Harmonies of #41DD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DD88

Black with #41DD88

Text Example


Text Example

White with #41DD88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,221,136); }

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

background-color css

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

 a { background-color: rgb(65,221,136); }

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

border-color css

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

 span { border-color: rgb(65,221,136); }

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