Shades of Las Palmas #C8D94B
Tints of Las Palmas #C8D94B
RGB
CMYK
RGB Variations
Color information
#C8D94B (or 0xC8D94B) is known color: Las Palmas. HEX triplet: C8, D9 and 4B. RGB value is (200,217,75). Sum of RGB (Red+Green+Blue) = 200+217+75=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D94B is #3726B4. Grayscale: #C4C4C4. Windows color (decimal): -3614389 or 4970952. OLE color: 4970952.
HSL color Cylindrical-coordinate representation of color #C8D94B: hue angle of 67.18º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8D94B is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 217 | 75 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.15 |
| HSL | 67.18º | 0.65% | 0.57% | - |
| HSV(B) | 67.18º | 0.65% | 0.85% | - |
| XYZ | 49.9 | 62.41 | 16.07 | - |
| YUV | 195.73 | 59.87 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 217 | 75 | 0.08 | 0 | 0.65 | 0.15 | 67.18 | 0.65 | 0.57 |
| Hex | C8 | D9 | 4B | 8 | 0 | 41 | F | 43 | 41 | 39 |
| Octal | 310 | 331 | 113 | 10 | 0 | 101 | 17 | 103 | 101 | 71 |
| Binary | 11001000 | 11011001 | 1001011 | 1000 | 0 | 1000001 | 1111 | 1000011 | 1000001 | 111001 |
Color Harmonies of #C8D94B
Complementary color
Monochromatic Colors of #C8D94B
Black with #C8D94B
Text Example
Text Example
White with #C8D94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D94B; }
p { color: rgb(200,217,75); }
H1.HeaderClassName
{
color: #C8D94B;
}
.AnyTagClassName
{
color: #C8D94B;
}
</style>
background-color css
<style>
a { background-color: #C8D94B; }
a { background-color: rgb(200,217,75); }
div.DivClassName
{
background-color: #C8D94B;
}
.BgClassName
{
background-color: #C8D94B;
}
</style>
border-color css
<style>
span { border-color: #C8D94B; }
span { border-color: rgb(200,217,75); }
td.TdClassName
{
border-color: #C8D94B;
}
.TagClassName
{
border-color: #C8D94B;
}
</style>