Shades of Las Palmas #CCD83C
Tints of Las Palmas #CCD83C
RGB
CMYK
RGB Variations
Color information
#CCD83C (or 0xCCD83C) is known color: Las Palmas. HEX triplet: CC, D8 and 3C. RGB value is (204,216,60). Sum of RGB (Red+Green+Blue) = 204+216+60=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 60 (23.83% from 255 or 12.5% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD83C is #3327C3. Grayscale: #C3C3C3. Windows color (decimal): -3352516 or 3987660. OLE color: 3987660.
HSL color Cylindrical-coordinate representation of color #CCD83C: hue angle of 64.62º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCD83C is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 60 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.15 |
| HSL | 64.62º | 0.67% | 0.54% | - |
| HSV(B) | 64.62º | 0.72% | 0.85% | - |
| XYZ | 50.27 | 62.28 | 13.65 | - |
| YUV | 194.63 | 52.02 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 60 | 0.06 | 0 | 0.72 | 0.15 | 64.62 | 0.67 | 0.54 |
| Hex | CC | D8 | 3C | 6 | 0 | 48 | F | 41 | 43 | 36 |
| Octal | 314 | 330 | 74 | 6 | 0 | 110 | 17 | 101 | 103 | 66 |
| Binary | 11001100 | 11011000 | 111100 | 110 | 0 | 1001000 | 1111 | 1000001 | 1000011 | 110110 |
Color Harmonies of #CCD83C
Complementary color
Monochromatic Colors of #CCD83C
Black with #CCD83C
Text Example
Text Example
White with #CCD83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD83C; }
p { color: rgb(204,216,60); }
H1.HeaderClassName
{
color: #CCD83C;
}
.AnyTagClassName
{
color: #CCD83C;
}
</style>
background-color css
<style>
a { background-color: #CCD83C; }
a { background-color: rgb(204,216,60); }
div.DivClassName
{
background-color: #CCD83C;
}
.BgClassName
{
background-color: #CCD83C;
}
</style>
border-color css
<style>
span { border-color: #CCD83C; }
span { border-color: rgb(204,216,60); }
td.TdClassName
{
border-color: #CCD83C;
}
.TagClassName
{
border-color: #CCD83C;
}
</style>