Shades of Las Palmas #C7CE38
Tints of Las Palmas #C7CE38
RGB
CMYK
RGB Variations
Color information
#C7CE38 (or 0xC7CE38) is known color: Las Palmas. HEX triplet: C7, CE and 38. RGB value is (199,206,56). Sum of RGB (Red+Green+Blue) = 199+206+56=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 56 (22.27% from 255 or 12.15% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CE38 is #3831C7. Grayscale: #BBBBBB. Windows color (decimal): -3682760 or 3722951. OLE color: 3722951.
HSL color Cylindrical-coordinate representation of color #C7CE38: hue angle of 62.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7CE38 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 206 | 56 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.19 |
| HSL | 62.8º | 0.6% | 0.51% | - |
| HSV(B) | 62.8º | 0.73% | 0.81% | - |
| XYZ | 46.34 | 56.57 | 12.22 | - |
| YUV | 186.81 | 54.18 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 56 | 0.03 | 0 | 0.73 | 0.19 | 62.8 | 0.6 | 0.51 |
| Hex | C7 | CE | 38 | 3 | 0 | 49 | 13 | 3F | 3C | 33 |
| Octal | 307 | 316 | 70 | 3 | 0 | 111 | 23 | 77 | 74 | 63 |
| Binary | 11000111 | 11001110 | 111000 | 11 | 0 | 1001001 | 10011 | 111111 | 111100 | 110011 |
Color Harmonies of #C7CE38
Complementary color
Monochromatic Colors of #C7CE38
Black with #C7CE38
Text Example
Text Example
White with #C7CE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CE38; }
p { color: rgb(199,206,56); }
H1.HeaderClassName
{
color: #C7CE38;
}
.AnyTagClassName
{
color: #C7CE38;
}
</style>
background-color css
<style>
a { background-color: #C7CE38; }
a { background-color: rgb(199,206,56); }
div.DivClassName
{
background-color: #C7CE38;
}
.BgClassName
{
background-color: #C7CE38;
}
</style>
border-color css
<style>
span { border-color: #C7CE38; }
span { border-color: rgb(199,206,56); }
td.TdClassName
{
border-color: #C7CE38;
}
.TagClassName
{
border-color: #C7CE38;
}
</style>