#41DC90

Color #41DC90 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #41DC90

Tints of Shamrock #41DC90

Color information

#41DC90 (or 0x41DC90) is unknown color: approx Shamrock. HEX triplet: 41, DC and 90. RGB value is (65,220,144). Sum of RGB (Red+Green+Blue) = 65+220+144=429 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.15% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #41DC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DC90 is #BE236F. Grayscale: #A5A5A5. Windows color (decimal): -12460912 or 9493569. OLE color: 9493569.

HSL color Cylindrical-coordinate representation of color #41DC90: hue angle of 150.58º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41DC90 is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB65220144-
CMYK0.7000.350.14
HSL150.58º68.89%55.88%-
HSV(B)150.58º70.45%86.27%-
XYZ32.8154.3235.14-
YUV164.99116.1556.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.15%
GREEN value IS 220 (86.33% from 255) = 51.28%
BLUE value IS 144 (56.64% from 255) = 33.57%
R=15.15%
G=51.28%
B=33.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal652201440.7000.350.14150.5868.8955.88
Hex41DC9046023E974538
Octal1013342201060431622710570
Binary10000011101110010010000100011001000111110100101111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41DC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,220,144); }

 H1.HeaderClassName
 {
   color: #41DC90;
 }
 .AnyTagClassName
 {
   color: #41DC90;
 }
</style>
background-color css

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

 a { background-color: rgb(65,220,144); }

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

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

 span { border-color: rgb(65,220,144); }

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