Shades of Las Palmas #C8CF38
Tints of Las Palmas #C8CF38
RGB
CMYK
RGB Variations
Color information
#C8CF38 (or 0xC8CF38) is known color: Las Palmas. HEX triplet: C8, CF and 38. RGB value is (200,207,56). Sum of RGB (Red+Green+Blue) = 200+207+56=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 56 (22.27% from 255 or 12.10% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CF38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CF38 is #3730C7. Grayscale: #BCBCBC. Windows color (decimal): -3616968 or 3723208. OLE color: 3723208.
HSL color Cylindrical-coordinate representation of color #C8CF38: hue angle of 62.78º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8CF38 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 56 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.19 |
| HSL | 62.78º | 0.61% | 0.52% | - |
| HSV(B) | 62.78º | 0.73% | 0.81% | - |
| XYZ | 46.85 | 57.19 | 12.31 | - |
| YUV | 187.69 | 53.68 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 56 | 0.03 | 0 | 0.73 | 0.19 | 62.78 | 0.61 | 0.52 |
| Hex | C8 | CF | 38 | 3 | 0 | 49 | 13 | 3F | 3D | 34 |
| Octal | 310 | 317 | 70 | 3 | 0 | 111 | 23 | 77 | 75 | 64 |
| Binary | 11001000 | 11001111 | 111000 | 11 | 0 | 1001001 | 10011 | 111111 | 111101 | 110100 |
Color Harmonies of #C8CF38
Complementary color
Monochromatic Colors of #C8CF38
Black with #C8CF38
Text Example
Text Example
White with #C8CF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CF38; }
p { color: rgb(200,207,56); }
H1.HeaderClassName
{
color: #C8CF38;
}
.AnyTagClassName
{
color: #C8CF38;
}
</style>
background-color css
<style>
a { background-color: #C8CF38; }
a { background-color: rgb(200,207,56); }
div.DivClassName
{
background-color: #C8CF38;
}
.BgClassName
{
background-color: #C8CF38;
}
</style>
border-color css
<style>
span { border-color: #C8CF38; }
span { border-color: rgb(200,207,56); }
td.TdClassName
{
border-color: #C8CF38;
}
.TagClassName
{
border-color: #C8CF38;
}
</style>