#4BDB9F

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

Shades of Shamrock #4BDB9F

Tints of Shamrock #4BDB9F

Color information

#4BDB9F (or 0x4BDB9F) is unknown color: approx Shamrock. HEX triplet: 4B, DB and 9F. RGB value is (75,219,159). Sum of RGB (Red+Green+Blue) = 75+219+159=453 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.56% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDB9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDB9F is #B42460. Grayscale: #A9A9A9. Windows color (decimal): -11805793 or 10476363. OLE color: 10476363.

HSL color Cylindrical-coordinate representation of color #4BDB9F: hue angle of 155º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDB9F is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB75219159-
CMYK0.6600.270.14
HSL155º66.67%57.65%-
HSV(B)155º65.75%85.88%-
XYZ34.4954.6641.53-
YUV169.1122.2960.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.56%
GREEN value IS 219 (85.94% from 255) = 48.34%
BLUE value IS 159 (62.5% from 255) = 35.10%
R=16.56%
G=48.34%
B=35.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal752191590.6600.270.1415566.6757.65
Hex4BDB9F4201BE9b433a
Octal1133332371020331623310372
Binary1001011110110111001111110000100110111110100110111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BDB9F; }

 p { color: rgb(75,219,159); }

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

<style>
 a { background-color: #4BDB9F; }

 a { background-color: rgb(75,219,159); }

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

<style>
 span { border-color: #4BDB9F; }

 span { border-color: rgb(75,219,159); }

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