#4BCD8F

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

Shades of Shamrock #4BCD8F

Tints of Shamrock #4BCD8F

Color information

#4BCD8F (or 0x4BCD8F) is unknown color: approx Shamrock. HEX triplet: 4B, CD and 8F. RGB value is (75,205,143). Sum of RGB (Red+Green+Blue) = 75+205+143=423 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.73% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCD8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCD8F is #B43270. Grayscale: #9F9F9F. Windows color (decimal): -11809393 or 9424203. OLE color: 9424203.

HSL color Cylindrical-coordinate representation of color #4BCD8F: hue angle of 151.38º 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 #4BCD8F is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB75205143-
CMYK0.6300.300.20
HSL151.38º56.52%54.9%-
HSV(B)151.38º63.41%80.39%-
XYZ29.6947.1433.52-
YUV159.06118.9368.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.73%
GREEN value IS 205 (80.47% from 255) = 48.46%
BLUE value IS 143 (56.25% from 255) = 33.81%
R=17.73%
G=48.46%
B=33.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal752051430.6300.300.20151.3856.5254.9
Hex4BCD8F3F01E14973937
Octal11331521777036242277167
Binary100101111001101100011111111110111101010010010111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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