#4BDEA2

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

Shades of Shamrock #4BDEA2

Tints of Shamrock #4BDEA2

Color information

#4BDEA2 (or 0x4BDEA2) is unknown color: approx Shamrock. HEX triplet: 4B, DE and A2. RGB value is (75,222,162). Sum of RGB (Red+Green+Blue) = 75+222+162=459 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.34% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 222 - color contains mainly: green. Hex color #4BDEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDEA2 is #B4215D. Grayscale: #ABABAB. Windows color (decimal): -11805022 or 10673739. OLE color: 10673739.

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

Color convert

RGB75222162-
CMYK0.6600.270.13
HSL155.51º69.01%58.24%-
HSV(B)155.51º66.22%87.06%-
XYZ35.5456.3543.19-
YUV171.21122.859.38-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.34%
GREEN value IS 222 (87.11% from 255) = 48.37%
BLUE value IS 162 (63.67% from 255) = 35.29%
R=16.34%
G=48.37%
B=35.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal752221620.6600.270.13155.5169.0158.24
Hex4BDEA24201BD9c453a
Octal1133362421020331523410572
Binary1001011110111101010001010000100110111101100111001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,222,162); }

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

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

 a { background-color: rgb(75,222,162); }

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

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

 span { border-color: rgb(75,222,162); }

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