Shades of Keppel #4BAF90
Tints of Keppel #4BAF90
RGB
CMYK
RGB Variations
Color information
#4BAF90 (or 0x4BAF90) is known color: Keppel. HEX triplet: 4B, AF and 90. RGB value is (75,175,144). Sum of RGB (Red+Green+Blue) = 75+175+144=394 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.04% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAF90 is #B4506F. Grayscale: #8D8D8D. Windows color (decimal): -11817072 or 9482059. OLE color: 9482059.
HSL color Cylindrical-coordinate representation of color #4BAF90: hue angle of 161.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAF90 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 175 | 144 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.31 |
| HSL | 161.4º | 0.4% | 0.49% | - |
| HSV(B) | 161.4º | 0.57% | 0.69% | - |
| XYZ | 23.27 | 34.17 | 31.75 | - |
| YUV | 141.57 | 129.37 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 175 | 144 | 0.57 | 0 | 0.18 | 0.31 | 161.4 | 0.4 | 0.49 |
| Hex | 4B | AF | 90 | 39 | 0 | 12 | 1F | A1 | 28 | 31 |
| Octal | 113 | 257 | 220 | 71 | 0 | 22 | 37 | 241 | 50 | 61 |
| Binary | 1001011 | 10101111 | 10010000 | 111001 | 0 | 10010 | 11111 | 10100001 | 101000 | 110001 |
Color Harmonies of #4BAF90
Complementary color
Monochromatic Colors of #4BAF90
Black with #4BAF90
Text Example
Text Example
White with #4BAF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAF90; }
p { color: rgb(75,175,144); }
H1.HeaderClassName
{
color: #4BAF90;
}
.AnyTagClassName
{
color: #4BAF90;
}
</style>
background-color css
<style>
a { background-color: #4BAF90; }
a { background-color: rgb(75,175,144); }
div.DivClassName
{
background-color: #4BAF90;
}
.BgClassName
{
background-color: #4BAF90;
}
</style>
border-color css
<style>
span { border-color: #4BAF90; }
span { border-color: rgb(75,175,144); }
td.TdClassName
{
border-color: #4BAF90;
}
.TagClassName
{
border-color: #4BAF90;
}
</style>