#4FBC8D

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

Shades of Keppel #4FBC8D

Tints of Keppel #4FBC8D

Color information

#4FBC8D (or 0x4FBC8D) is unknown color: approx Keppel. HEX triplet: 4F, BC and 8D. RGB value is (79,188,141). Sum of RGB (Red+Green+Blue) = 79+188+141=408 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.36% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBC8D is #B04372. Grayscale: #969696. Windows color (decimal): -11551603 or 9288783. OLE color: 9288783.

HSL color Cylindrical-coordinate representation of color #4FBC8D: hue angle of 154.13º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBC8D is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB79188141-
CMYK0.5800.250.26
HSL154.13º44.86%52.35%-
HSV(B)154.13º57.98%73.73%-
XYZ26.0239.5531.46-
YUV150.05122.8977.32-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.36%
GREEN value IS 188 (73.83% from 255) = 46.08%
BLUE value IS 141 (55.47% from 255) = 34.56%
R=19.36%
G=46.08%
B=34.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal791881410.5800.250.26154.1344.8652.35
Hex4FBC8D3A0191A9a2d34
Octal11727421572031322325564
Binary100111110111100100011011110100110011101010011010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,188,141); }

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

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

 a { background-color: rgb(79,188,141); }

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

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

 span { border-color: rgb(79,188,141); }

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