#4FBF94

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

Shades of Keppel #4FBF94

Tints of Keppel #4FBF94

Color information

#4FBF94 (or 0x4FBF94) is unknown color: approx Keppel. HEX triplet: 4F, BF and 94. RGB value is (79,191,148). Sum of RGB (Red+Green+Blue) = 79+191+148=418 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.90% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #4FBF94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBF94 is #B0406B. Grayscale: #989898. Windows color (decimal): -11550828 or 9748303. OLE color: 9748303.

HSL color Cylindrical-coordinate representation of color #4FBF94: hue angle of 156.96º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FBF94 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB79191148-
CMYK0.5900.230.25
HSL156.96º46.67%52.94%-
HSV(B)156.96º58.64%74.9%-
XYZ27.241.0634.51-
YUV152.61125.3975.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.90%
GREEN value IS 191 (75% from 255) = 45.69%
BLUE value IS 148 (58.20% from 255) = 35.41%
R=18.90%
G=45.69%
B=35.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal791911480.5900.230.25156.9646.6752.94
Hex4FBF943B017199d2f35
Octal11727722473027312355765
Binary100111110111111100101001110110101111100110011101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,191,148); }

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

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

 a { background-color: rgb(79,191,148); }

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

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

 span { border-color: rgb(79,191,148); }

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