#4BD996

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

Shades of Shamrock #4BD996

Tints of Shamrock #4BD996

Color information

#4BD996 (or 0x4BD996) is unknown color: approx Shamrock. HEX triplet: 4B, D9 and 96. RGB value is (75,217,150). Sum of RGB (Red+Green+Blue) = 75+217+150=442 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.97% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #4BD996 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD996 is #B42669. Grayscale: #A7A7A7. Windows color (decimal): -11806314 or 9886027. OLE color: 9886027.

HSL color Cylindrical-coordinate representation of color #4BD996: hue angle of 151.69º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD996 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB75217150-
CMYK0.6500.310.15
HSL151.69º65.14%57.25%-
HSV(B)151.69º65.44%85.1%-
XYZ33.2253.3237.4-
YUV166.9118.4662.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.97%
GREEN value IS 217 (85.16% from 255) = 49.10%
BLUE value IS 150 (58.98% from 255) = 33.94%
R=16.97%
G=49.10%
B=33.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal752171500.6500.310.15151.6965.1457.25
Hex4BD9964101FF984139
Octal1133312261010371723010171
Binary1001011110110011001011010000010111111111100110001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,217,150); }

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

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

 a { background-color: rgb(75,217,150); }

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

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

 span { border-color: rgb(75,217,150); }

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