#4DBC8D

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

Shades of Keppel #4DBC8D

Tints of Keppel #4DBC8D

Color information

#4DBC8D (or 0x4DBC8D) is unknown color: approx Keppel. HEX triplet: 4D, BC and 8D. RGB value is (77,188,141). Sum of RGB (Red+Green+Blue) = 77+188+141=406 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.97% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBC8D is #B24372. Grayscale: #959595. Windows color (decimal): -11682675 or 9288781. OLE color: 9288781.

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

Color convert

RGB77188141-
CMYK0.5900.250.26
HSL154.59º45.31%51.96%-
HSV(B)154.59º59.04%73.73%-
XYZ25.8539.4731.45-
YUV149.45123.2376.32-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.97%
GREEN value IS 188 (73.83% from 255) = 46.31%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=18.97%
G=46.31%
B=34.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal771881410.5900.250.26154.5945.3151.96
Hex4DBC8D3B0191A9b2d34
Octal11527421573031322335564
Binary100110110111100100011011110110110011101010011011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DBC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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