#4FC194

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

Shades of Keppel #4FC194

Tints of Keppel #4FC194

Color information

#4FC194 (or 0x4FC194) is unknown color: approx Keppel. HEX triplet: 4F, C1 and 94. RGB value is (79,193,148). Sum of RGB (Red+Green+Blue) = 79+193+148=420 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.81% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #4FC194 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FC194 is #B03E6B. Grayscale: #999999. Windows color (decimal): -11550316 or 9748815. OLE color: 9748815.

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

Color convert

RGB79193148-
CMYK0.5900.230.24
HSL156.32º47.9%53.33%-
HSV(B)156.32º59.07%75.69%-
XYZ27.6441.9434.66-
YUV153.78124.7374.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.81%
GREEN value IS 193 (75.78% from 255) = 45.95%
BLUE value IS 148 (58.20% from 255) = 35.24%
R=18.81%
G=45.95%
B=35.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal791931480.5900.230.24156.3247.953.33
Hex4FC1943B017189c3035
Octal11730122473027302346065
Binary100111111000001100101001110110101111100010011100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FC194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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