#4FB38E

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

Shades of Keppel #4FB38E

Tints of Keppel #4FB38E

Color information

#4FB38E (or 0x4FB38E) is unknown color: approx Keppel. HEX triplet: 4F, B3 and 8E. RGB value is (79,179,142). Sum of RGB (Red+Green+Blue) = 79+179+142=400 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.75% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 179 - color contains mainly: green. Hex color #4FB38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB38E is #B04C71. Grayscale: #909090. Windows color (decimal): -11553906 or 9352015. OLE color: 9352015.

HSL color Cylindrical-coordinate representation of color #4FB38E: hue angle of 157.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB38E is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB79179142-
CMYK0.5600.210.30
HSL157.8º39.68%50.59%-
HSV(B)157.8º55.87%70.2%-
XYZ24.2335.8631.24-
YUV144.88126.3781.01-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.75%
GREEN value IS 179 (70.31% from 255) = 44.75%
BLUE value IS 142 (55.86% from 255) = 35.5%
R=19.75%
G=44.75%
B=35.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal791791420.5600.210.30157.839.6850.59
Hex4FB38E380151E9e2833
Octal11726321670025362365063
Binary100111110110011100011101110000101011111010011110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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