#4BB68D

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

Shades of Keppel #4BB68D

Tints of Keppel #4BB68D

Color information

#4BB68D (or 0x4BB68D) is unknown color: approx Keppel. HEX triplet: 4B, B6 and 8D. RGB value is (75,182,141). Sum of RGB (Red+Green+Blue) = 75+182+141=398 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.84% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 182 - color contains mainly: green. Hex color #4BB68D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB68D is #B44972. Grayscale: #919191. Windows color (decimal): -11815283 or 9287243. OLE color: 9287243.

HSL color Cylindrical-coordinate representation of color #4BB68D: hue angle of 157.01º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB68D is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB75182141-
CMYK0.5900.230.29
HSL157.01º42.29%50.39%-
HSV(B)157.01º58.79%71.37%-
XYZ24.4436.8731.03-
YUV145.33125.5577.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.84%
GREEN value IS 182 (71.48% from 255) = 45.73%
BLUE value IS 141 (55.47% from 255) = 35.43%
R=18.84%
G=45.73%
B=35.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751821410.5900.230.29157.0142.2950.39
Hex4BB68D3B0171D9d2a32
Octal11326621573027352355262
Binary100101110110110100011011110110101111110110011101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,182,141); }

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

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

 a { background-color: rgb(75,182,141); }

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

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

 span { border-color: rgb(75,182,141); }

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