Shades of Las Palmas #CCD84B
Tints of Las Palmas #CCD84B
RGB
CMYK
RGB Variations
Color information
#CCD84B (or 0xCCD84B) is known color: Las Palmas. HEX triplet: CC, D8 and 4B. RGB value is (204,216,75). Sum of RGB (Red+Green+Blue) = 204+216+75=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD84B is #3327B4. Grayscale: #C4C4C4. Windows color (decimal): -3352501 or 4970700. OLE color: 4970700.
HSL color Cylindrical-coordinate representation of color #CCD84B: hue angle of 65.11º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCD84B is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 75 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.15 |
| HSL | 65.11º | 0.64% | 0.57% | - |
| HSV(B) | 65.11º | 0.65% | 0.85% | - |
| XYZ | 50.73 | 62.46 | 16.04 | - |
| YUV | 196.34 | 59.52 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 75 | 0.06 | 0 | 0.65 | 0.15 | 65.11 | 0.64 | 0.57 |
| Hex | CC | D8 | 4B | 6 | 0 | 41 | F | 41 | 40 | 39 |
| Octal | 314 | 330 | 113 | 6 | 0 | 101 | 17 | 101 | 100 | 71 |
| Binary | 11001100 | 11011000 | 1001011 | 110 | 0 | 1000001 | 1111 | 1000001 | 1000000 | 111001 |
Color Harmonies of #CCD84B
Complementary color
Monochromatic Colors of #CCD84B
Black with #CCD84B
Text Example
Text Example
White with #CCD84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD84B; }
p { color: rgb(204,216,75); }
H1.HeaderClassName
{
color: #CCD84B;
}
.AnyTagClassName
{
color: #CCD84B;
}
</style>
background-color css
<style>
a { background-color: #CCD84B; }
a { background-color: rgb(204,216,75); }
div.DivClassName
{
background-color: #CCD84B;
}
.BgClassName
{
background-color: #CCD84B;
}
</style>
border-color css
<style>
span { border-color: #CCD84B; }
span { border-color: rgb(204,216,75); }
td.TdClassName
{
border-color: #CCD84B;
}
.TagClassName
{
border-color: #CCD84B;
}
</style>