Shades of Las Palmas #C8D437
Tints of Las Palmas #C8D437
RGB
CMYK
RGB Variations
Color information
#C8D437 (or 0xC8D437) is known color: Las Palmas. HEX triplet: C8, D4 and 37. RGB value is (200,212,55). Sum of RGB (Red+Green+Blue) = 200+212+55=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 55 (21.88% from 255 or 11.78% from 467); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D437 is #372BC8. Grayscale: #BFBFBF. Windows color (decimal): -3615689 or 3658952. OLE color: 3658952.
HSL color Cylindrical-coordinate representation of color #C8D437: hue angle of 64.59º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8D437 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 212 | 55 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.17 |
| HSL | 64.59º | 0.65% | 0.52% | - |
| HSV(B) | 64.59º | 0.74% | 0.83% | - |
| XYZ | 48.05 | 59.64 | 12.59 | - |
| YUV | 190.51 | 51.52 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 212 | 55 | 0.06 | 0 | 0.74 | 0.17 | 64.59 | 0.65 | 0.52 |
| Hex | C8 | D4 | 37 | 6 | 0 | 4A | 11 | 41 | 41 | 34 |
| Octal | 310 | 324 | 67 | 6 | 0 | 112 | 21 | 101 | 101 | 64 |
| Binary | 11001000 | 11010100 | 110111 | 110 | 0 | 1001010 | 10001 | 1000001 | 1000001 | 110100 |
Color Harmonies of #C8D437
Complementary color
Monochromatic Colors of #C8D437
Black with #C8D437
Text Example
Text Example
White with #C8D437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D437; }
p { color: rgb(200,212,55); }
H1.HeaderClassName
{
color: #C8D437;
}
.AnyTagClassName
{
color: #C8D437;
}
</style>
background-color css
<style>
a { background-color: #C8D437; }
a { background-color: rgb(200,212,55); }
div.DivClassName
{
background-color: #C8D437;
}
.BgClassName
{
background-color: #C8D437;
}
</style>
border-color css
<style>
span { border-color: #C8D437; }
span { border-color: rgb(200,212,55); }
td.TdClassName
{
border-color: #C8D437;
}
.TagClassName
{
border-color: #C8D437;
}
</style>