Html Css Color HEX #41D88F Shamrock

📋 copy color: '#41D88F'

red 65 ◦ green 216 ◦ blue 143

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

Shades of Shamrock #41D88F

Tints of Shamrock #41D88F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.94%

 BLUE value IS 143 (56.25% from 255) = 33.73%

R = 15.33%
G = 50.94%
B = 33.73%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#41D88F (or 0x41D88F) is known color: Shamrock. HEX triplet: 41, D8 and 8F. RGB value is (65,216,143). Sum of RGB (Red+Green+Blue) = 65+216+143=424 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.33% from 424); Green value is 216 (84.77% from 255 or 50.94% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 216 - color contains mainly: green. Hex color #41D88F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D88F is #BE2770. Grayscale: #A2A2A2. Windows color (decimal): -12461937 or 9427009. OLE color: 9427009.

HSL color Cylindrical-coordinate representation of color #41D88F: hue angle of 150.99º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D88F is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 216 143 -
CMYK 0.70 0 0.34 0.15
HSL 150.99º 0.66% 0.55% -
HSV(B) 150.99º 0.7% 0.85% -
XYZ 31.69 52.22 34.4 -
YUV 162.53 116.97 58.44 -
System Red Green Blue C M Y K H S L
Decimal 65 216 143 0.70 0 0.34 0.15 150.99 0.66 0.55
Hex 41 D8 8F 46 0 22 F 97 42 37
Octal 101 330 217 106 0 42 17 227 102 67
Binary 1000001 11011000 10001111 1000110 0 100010 1111 10010111 1000010 110111

Color Harmonies of #41D88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D88F

Black with #41D88F

Text Example


Text Example

White with #41D88F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,216,143); }

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

background-color css

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

 a { background-color: rgb(65,216,143); }

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

border-color css

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

 span { border-color: rgb(65,216,143); }

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