#4BC88F

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

Shades of Shamrock #4BC88F

Tints of Shamrock #4BC88F

Color information

#4BC88F (or 0x4BC88F) is unknown color: approx Shamrock. HEX triplet: 4B, C8 and 8F. RGB value is (75,200,143). Sum of RGB (Red+Green+Blue) = 75+200+143=418 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.94% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #4BC88F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC88F is #B43770. Grayscale: #9C9C9C. Windows color (decimal): -11810673 or 9422923. OLE color: 9422923.

HSL color Cylindrical-coordinate representation of color #4BC88F: hue angle of 152.64º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC88F is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB75200143-
CMYK0.6200.280.22
HSL152.64º53.19%53.92%-
HSV(B)152.64º62.5%78.43%-
XYZ28.5144.7933.13-
YUV156.13120.5970.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.94%
GREEN value IS 200 (78.52% from 255) = 47.85%
BLUE value IS 143 (56.25% from 255) = 34.21%
R=17.94%
G=47.85%
B=34.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal752001430.6200.280.22152.6453.1953.92
Hex4BC88F3E01C16993536
Octal11331021776034262316566
Binary100101111001000100011111111100111001011010011001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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