#4BB88D

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

Shades of Keppel #4BB88D

Tints of Keppel #4BB88D

Color information

#4BB88D (or 0x4BB88D) is unknown color: approx Keppel. HEX triplet: 4B, B8 and 8D. RGB value is (75,184,141). Sum of RGB (Red+Green+Blue) = 75+184+141=400 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.75% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 184 - color contains mainly: green. Hex color #4BB88D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB88D is #B44772. Grayscale: #929292. Windows color (decimal): -11814771 or 9287755. OLE color: 9287755.

HSL color Cylindrical-coordinate representation of color #4BB88D: hue angle of 156.33º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB88D is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB75184141-
CMYK0.5900.230.28
HSL156.33º43.43%50.78%-
HSV(B)156.33º59.24%72.16%-
XYZ24.8537.731.17-
YUV146.51124.8977-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.75%
GREEN value IS 184 (72.27% from 255) = 46%
BLUE value IS 141 (55.47% from 255) = 35.25%
R=18.75%
G=46%
B=35.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal751841410.5900.230.28156.3343.4350.78
Hex4BB88D3B0171C9c2b33
Octal11327021573027342345363
Binary100101110111000100011011110110101111110010011100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,184,141); }

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

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

 a { background-color: rgb(75,184,141); }

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

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

 span { border-color: rgb(75,184,141); }

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