Shades of Las Palmas #C8D238
Tints of Las Palmas #C8D238
RGB
CMYK
RGB Variations
Color information
#C8D238 (or 0xC8D238) is known color: Las Palmas. HEX triplet: C8, D2 and 38. RGB value is (200,210,56). Sum of RGB (Red+Green+Blue) = 200+210+56=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 56 (22.27% from 255 or 12.02% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D238 is #372DC7. Grayscale: #BEBEBE. Windows color (decimal): -3616200 or 3723976. OLE color: 3723976.
HSL color Cylindrical-coordinate representation of color #C8D238: hue angle of 63.9º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8D238 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 210 | 56 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.18 |
| HSL | 63.9º | 0.63% | 0.52% | - |
| HSV(B) | 63.9º | 0.73% | 0.82% | - |
| XYZ | 47.58 | 58.66 | 12.56 | - |
| YUV | 189.45 | 52.69 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 56 | 0.05 | 0 | 0.73 | 0.18 | 63.9 | 0.63 | 0.52 |
| Hex | C8 | D2 | 38 | 5 | 0 | 49 | 12 | 40 | 3F | 34 |
| Octal | 310 | 322 | 70 | 5 | 0 | 111 | 22 | 100 | 77 | 64 |
| Binary | 11001000 | 11010010 | 111000 | 101 | 0 | 1001001 | 10010 | 1000000 | 111111 | 110100 |
Color Harmonies of #C8D238
Complementary color
Monochromatic Colors of #C8D238
Black with #C8D238
Text Example
Text Example
White with #C8D238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D238; }
p { color: rgb(200,210,56); }
H1.HeaderClassName
{
color: #C8D238;
}
.AnyTagClassName
{
color: #C8D238;
}
</style>
background-color css
<style>
a { background-color: #C8D238; }
a { background-color: rgb(200,210,56); }
div.DivClassName
{
background-color: #C8D238;
}
.BgClassName
{
background-color: #C8D238;
}
</style>
border-color css
<style>
span { border-color: #C8D238; }
span { border-color: rgb(200,210,56); }
td.TdClassName
{
border-color: #C8D238;
}
.TagClassName
{
border-color: #C8D238;
}
</style>