Html Css Color HEX #41DDB1 Shamrock

📋 copy color: '#41DDB1'

red 65 ◦ green 221 ◦ blue 177

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

Shades of Shamrock #41DDB1

Tints of Shamrock #41DDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.23%

R = 14.04%
G = 47.73%
B = 38.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#41DDB1 (or 0x41DDB1) is known color: Shamrock. HEX triplet: 41, DD and B1. RGB value is (65,221,177). Sum of RGB (Red+Green+Blue) = 65+221+177=463 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.04% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #41DDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DDB1 is #BE224E. Grayscale: #A9A9A9. Windows color (decimal): -12460623 or 11656513. OLE color: 11656513.

HSL color Cylindrical-coordinate representation of color #41DDB1: hue angle of 163.08º 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 #41DDB1 is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 221 177 -
CMYK 0.71 0 0.20 0.13
HSL 163.08º 0.7% 0.56% -
HSV(B) 163.08º 0.71% 0.87% -
XYZ 35.97 56.01 50.51 -
YUV 169.34 132.32 53.58 -
System Red Green Blue C M Y K H S L
Decimal 65 221 177 0.71 0 0.20 0.13 163.08 0.7 0.56
Hex 41 DD B1 47 0 14 D A3 46 38
Octal 101 335 261 107 0 24 15 243 106 70
Binary 1000001 11011101 10110001 1000111 0 10100 1101 10100011 1000110 111000

Color Harmonies of #41DDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DDB1

Black with #41DDB1

Text Example


Text Example

White with #41DDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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