#4BCD9E

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

Shades of Shamrock #4BCD9E

Tints of Shamrock #4BCD9E

Color information

#4BCD9E (or 0x4BCD9E) is unknown color: approx Shamrock. HEX triplet: 4B, CD and 9E. RGB value is (75,205,158). Sum of RGB (Red+Green+Blue) = 75+205+158=438 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.12% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCD9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCD9E is #B43261. Grayscale: #A0A0A0. Windows color (decimal): -11809378 or 10407243. OLE color: 10407243.

HSL color Cylindrical-coordinate representation of color #4BCD9E: hue angle of 158.31º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCD9E is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB75205158-
CMYK0.6300.230.20
HSL158.31º56.52%54.9%-
HSV(B)158.31º63.41%80.39%-
XYZ30.947.6339.91-
YUV160.77126.4366.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.12%
GREEN value IS 205 (80.47% from 255) = 46.80%
BLUE value IS 158 (62.11% from 255) = 36.07%
R=17.12%
G=46.80%
B=36.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal752051580.6300.230.20158.3156.5254.9
Hex4BCD9E3F017149e3937
Octal11331523677027242367167
Binary100101111001101100111101111110101111010010011110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,205,158); }

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

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

 a { background-color: rgb(75,205,158); }

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

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

 span { border-color: rgb(75,205,158); }

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