Shades of Keppel #64C39D
Tints of Keppel #64C39D
RGB
CMYK
RGB Variations
Color information
#64C39D (or 0x64C39D) is known color: Keppel. HEX triplet: 64, C3 and 9D. RGB value is (100,195,157). Sum of RGB (Red+Green+Blue) = 100+195+157=452 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.12% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #64C39D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C39D is #9B3C62. Grayscale: #A2A2A2. Windows color (decimal): -10173539 or 10339172. OLE color: 10339172.
HSL color Cylindrical-coordinate representation of color #64C39D: hue angle of 156º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C39D is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 195 | 157 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.24 |
| HSL | 156º | 0.44% | 0.58% | - |
| HSV(B) | 156º | 0.49% | 0.76% | - |
| XYZ | 30.86 | 44.17 | 38.8 | - |
| YUV | 162.26 | 125.03 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 195 | 157 | 0.49 | 0 | 0.19 | 0.24 | 156 | 0.44 | 0.58 |
| Hex | 64 | C3 | 9D | 31 | 0 | 13 | 18 | 9C | 2C | 3A |
| Octal | 144 | 303 | 235 | 61 | 0 | 23 | 30 | 234 | 54 | 72 |
| Binary | 1100100 | 11000011 | 10011101 | 110001 | 0 | 10011 | 11000 | 10011100 | 101100 | 111010 |
Color Harmonies of #64C39D
Complementary color
Monochromatic Colors of #64C39D
Black with #64C39D
Text Example
Text Example
White with #64C39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C39D; }
p { color: rgb(100,195,157); }
H1.HeaderClassName
{
color: #64C39D;
}
.AnyTagClassName
{
color: #64C39D;
}
</style>
background-color css
<style>
a { background-color: #64C39D; }
a { background-color: rgb(100,195,157); }
div.DivClassName
{
background-color: #64C39D;
}
.BgClassName
{
background-color: #64C39D;
}
</style>
border-color css
<style>
span { border-color: #64C39D; }
span { border-color: rgb(100,195,157); }
td.TdClassName
{
border-color: #64C39D;
}
.TagClassName
{
border-color: #64C39D;
}
</style>