Shades of Las Palmas #C4CE38
Tints of Las Palmas #C4CE38
RGB
CMYK
RGB Variations
Color information
#C4CE38 (or 0xC4CE38) is known color: Las Palmas. HEX triplet: C4, CE and 38. RGB value is (196,206,56). Sum of RGB (Red+Green+Blue) = 196+206+56=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 56 (22.27% from 255 or 12.23% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CE38 is #3B31C7. Grayscale: #BABABA. Windows color (decimal): -3879368 or 3722948. OLE color: 3722948.
HSL color Cylindrical-coordinate representation of color #C4CE38: hue angle of 64º 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 #C4CE38 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 56 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.19 |
| HSL | 64º | 0.6% | 0.51% | - |
| HSV(B) | 64º | 0.73% | 0.81% | - |
| XYZ | 45.55 | 56.16 | 12.18 | - |
| YUV | 185.91 | 54.69 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 56 | 0.05 | 0 | 0.73 | 0.19 | 64 | 0.6 | 0.51 |
| Hex | C4 | CE | 38 | 5 | 0 | 49 | 13 | 40 | 3C | 33 |
| Octal | 304 | 316 | 70 | 5 | 0 | 111 | 23 | 100 | 74 | 63 |
| Binary | 11000100 | 11001110 | 111000 | 101 | 0 | 1001001 | 10011 | 1000000 | 111100 | 110011 |
Color Harmonies of #C4CE38
Complementary color
Monochromatic Colors of #C4CE38
Black with #C4CE38
Text Example
Text Example
White with #C4CE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CE38; }
p { color: rgb(196,206,56); }
H1.HeaderClassName
{
color: #C4CE38;
}
.AnyTagClassName
{
color: #C4CE38;
}
</style>
background-color css
<style>
a { background-color: #C4CE38; }
a { background-color: rgb(196,206,56); }
div.DivClassName
{
background-color: #C4CE38;
}
.BgClassName
{
background-color: #C4CE38;
}
</style>
border-color css
<style>
span { border-color: #C4CE38; }
span { border-color: rgb(196,206,56); }
td.TdClassName
{
border-color: #C4CE38;
}
.TagClassName
{
border-color: #C4CE38;
}
</style>