Html Css Color HEX #41DD95 Shamrock

📋 copy color: '#41DD95'

red 65 ◦ green 221 ◦ blue 149

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

Shades of Shamrock #41DD95

Tints of Shamrock #41DD95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.25%

R = 14.94%
G = 50.8%
B = 34.25%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#41DD95 (or 0x41DD95) is known color: Shamrock. HEX triplet: 41, DD and 95. RGB value is (65,221,149). Sum of RGB (Red+Green+Blue) = 65+221+149=435 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.94% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #41DD95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DD95 is #BE226A. Grayscale: #A6A6A6. Windows color (decimal): -12460651 or 9821505. OLE color: 9821505.

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

Color convert

RGB 65 221 149 -
CMYK 0.71 0 0.33 0.13
HSL 152.31º 0.7% 0.56% -
HSV(B) 152.31º 0.71% 0.87% -
XYZ 33.46 55.01 37.29 -
YUV 166.15 118.32 55.85 -
System Red Green Blue C M Y K H S L
Decimal 65 221 149 0.71 0 0.33 0.13 152.31 0.7 0.56
Hex 41 DD 95 47 0 21 D 98 46 38
Octal 101 335 225 107 0 41 15 230 106 70
Binary 1000001 11011101 10010101 1000111 0 100001 1101 10011000 1000110 111000

Color Harmonies of #41DD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DD95

Black with #41DD95

Text Example


Text Example

White with #41DD95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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