#4FBD8E

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

Shades of Keppel #4FBD8E

Tints of Keppel #4FBD8E

Color information

#4FBD8E (or 0x4FBD8E) is unknown color: approx Keppel. HEX triplet: 4F, BD and 8E. RGB value is (79,189,142). Sum of RGB (Red+Green+Blue) = 79+189+142=410 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.27% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #4FBD8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBD8E is #B04271. Grayscale: #969696. Windows color (decimal): -11551346 or 9354575. OLE color: 9354575.

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

Color convert

RGB79189142-
CMYK0.5800.250.26
HSL154.36º45.45%52.55%-
HSV(B)154.36º58.2%74.12%-
XYZ26.340.0131.93-
YUV150.75123.0676.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.27%
GREEN value IS 189 (74.22% from 255) = 46.10%
BLUE value IS 142 (55.86% from 255) = 34.63%
R=19.27%
G=46.10%
B=34.63%

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
Decimal791891420.5800.250.26154.3645.4552.55
Hex4FBD8E3A0191A9a2d35
Octal11727521672031322325565
Binary100111110111101100011101110100110011101010011010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,189,142); }

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

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

 a { background-color: rgb(79,189,142); }

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

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

 span { border-color: rgb(79,189,142); }

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