#4BD099

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

Shades of Shamrock #4BD099

Tints of Shamrock #4BD099

Color information

#4BD099 (or 0x4BD099) is unknown color: approx Shamrock. HEX triplet: 4B, D0 and 99. RGB value is (75,208,153). Sum of RGB (Red+Green+Blue) = 75+208+153=436 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.20% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD099 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD099 is #B42F66. Grayscale: #A2A2A2. Windows color (decimal): -11808615 or 10080331. OLE color: 10080331.

HSL color Cylindrical-coordinate representation of color #4BD099: hue angle of 155.19º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD099 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB75208153-
CMYK0.6400.260.18
HSL155.19º58.59%55.49%-
HSV(B)155.19º63.94%81.57%-
XYZ31.2148.9137.93-
YUV161.96122.9465.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.20%
GREEN value IS 208 (81.64% from 255) = 47.71%
BLUE value IS 153 (60.16% from 255) = 35.09%
R=17.20%
G=47.71%
B=35.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal752081530.6400.260.18155.1958.5955.49
Hex4BD0994001A129b3b37
Octal113320231100032222337367
Binary1001011110100001001100110000000110101001010011011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,208,153); }

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

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

 a { background-color: rgb(75,208,153); }

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

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

 span { border-color: rgb(75,208,153); }

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