Shades of Las Palmas #C8D038
Tints of Las Palmas #C8D038
RGB
CMYK
RGB Variations
Color information
#C8D038 (or 0xC8D038) is known color: Las Palmas. HEX triplet: C8, D0 and 38. RGB value is (200,208,56). Sum of RGB (Red+Green+Blue) = 200+208+56=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 56 (22.27% from 255 or 12.07% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D038 is #372FC7. Grayscale: #BCBCBC. Windows color (decimal): -3616712 or 3723464. OLE color: 3723464.
HSL color Cylindrical-coordinate representation of color #C8D038: hue angle of 63.16º degrees, saturation: 0.62, 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 #C8D038 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 56 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.18 |
| HSL | 63.16º | 0.62% | 0.52% | - |
| HSV(B) | 63.16º | 0.73% | 0.82% | - |
| XYZ | 47.09 | 57.68 | 12.39 | - |
| YUV | 188.28 | 53.35 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 56 | 0.04 | 0 | 0.73 | 0.18 | 63.16 | 0.62 | 0.52 |
| Hex | C8 | D0 | 38 | 4 | 0 | 49 | 12 | 3F | 3E | 34 |
| Octal | 310 | 320 | 70 | 4 | 0 | 111 | 22 | 77 | 76 | 64 |
| Binary | 11001000 | 11010000 | 111000 | 100 | 0 | 1001001 | 10010 | 111111 | 111110 | 110100 |
Color Harmonies of #C8D038
Complementary color
Monochromatic Colors of #C8D038
Black with #C8D038
Text Example
Text Example
White with #C8D038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D038; }
p { color: rgb(200,208,56); }
H1.HeaderClassName
{
color: #C8D038;
}
.AnyTagClassName
{
color: #C8D038;
}
</style>
background-color css
<style>
a { background-color: #C8D038; }
a { background-color: rgb(200,208,56); }
div.DivClassName
{
background-color: #C8D038;
}
.BgClassName
{
background-color: #C8D038;
}
</style>
border-color css
<style>
span { border-color: #C8D038; }
span { border-color: rgb(200,208,56); }
td.TdClassName
{
border-color: #C8D038;
}
.TagClassName
{
border-color: #C8D038;
}
</style>