Shades of Las Palmas #CCDF51
Tints of Las Palmas #CCDF51
RGB
CMYK
RGB Variations
Color information
#CCDF51 (or 0xCCDF51) is known color: Las Palmas. HEX triplet: CC, DF and 51. RGB value is (204,223,81). Sum of RGB (Red+Green+Blue) = 204+223+81=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 81 (32.03% from 255 or 15.94% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDF51 is #3320AE. Grayscale: #C9C9C9. Windows color (decimal): -3350703 or 5365708. OLE color: 5365708.
HSL color Cylindrical-coordinate representation of color #CCDF51: hue angle of 68.03º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCDF51 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 81 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.13 |
| HSL | 68.03º | 0.69% | 0.6% | - |
| HSV(B) | 68.03º | 0.64% | 0.87% | - |
| XYZ | 52.77 | 66.21 | 17.78 | - |
| YUV | 201.13 | 60.21 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 81 | 0.09 | 0 | 0.64 | 0.13 | 68.03 | 0.69 | 0.6 |
| Hex | CC | DF | 51 | 9 | 0 | 40 | D | 44 | 45 | 3C |
| Octal | 314 | 337 | 121 | 11 | 0 | 100 | 15 | 104 | 105 | 74 |
| Binary | 11001100 | 11011111 | 1010001 | 1001 | 0 | 1000000 | 1101 | 1000100 | 1000101 | 111100 |
Color Harmonies of #CCDF51
Complementary color
Monochromatic Colors of #CCDF51
Black with #CCDF51
Text Example
Text Example
White with #CCDF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF51; }
p { color: rgb(204,223,81); }
H1.HeaderClassName
{
color: #CCDF51;
}
.AnyTagClassName
{
color: #CCDF51;
}
</style>
background-color css
<style>
a { background-color: #CCDF51; }
a { background-color: rgb(204,223,81); }
div.DivClassName
{
background-color: #CCDF51;
}
.BgClassName
{
background-color: #CCDF51;
}
</style>
border-color css
<style>
span { border-color: #CCDF51; }
span { border-color: rgb(204,223,81); }
td.TdClassName
{
border-color: #CCDF51;
}
.TagClassName
{
border-color: #CCDF51;
}
</style>