#41CD98

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

Shades of Shamrock #41CD98

Tints of Shamrock #41CD98

Color information

#41CD98 (or 0x41CD98) is unknown color: approx Shamrock. HEX triplet: 41, CD and 98. RGB value is (65,205,152). Sum of RGB (Red+Green+Blue) = 65+205+152=422 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.40% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #41CD98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CD98 is #BE3267. Grayscale: #9D9D9D. Windows color (decimal): -12464744 or 10014017. OLE color: 10014017.

HSL color Cylindrical-coordinate representation of color #41CD98: hue angle of 157.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CD98 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB65205152-
CMYK0.6800.260.20
HSL157.29º58.33%52.94%-
HSV(B)157.29º68.29%80.39%-
XYZ29.6847.0537.22-
YUV157.1125.1262.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.40%
GREEN value IS 205 (80.47% from 255) = 48.58%
BLUE value IS 152 (59.77% from 255) = 36.02%
R=15.40%
G=48.58%
B=36.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal652051520.6800.260.20157.2958.3352.94
Hex41CD984401A149d3a35
Octal101315230104032242357265
Binary1000001110011011001100010001000110101010010011101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,205,152); }

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

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

 a { background-color: rgb(65,205,152); }

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

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

 span { border-color: rgb(65,205,152); }

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