Shades of Las Palmas #CCDF50
Tints of Las Palmas #CCDF50
RGB
CMYK
RGB Variations
Color information
#CCDF50 (or 0xCCDF50) is known color: Las Palmas. HEX triplet: CC, DF and 50. RGB value is (204,223,80). Sum of RGB (Red+Green+Blue) = 204+223+80=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDF50 is #3320AF. Grayscale: #C9C9C9. Windows color (decimal): -3350704 or 5300172. OLE color: 5300172.
HSL color Cylindrical-coordinate representation of color #CCDF50: hue angle of 67.97º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCDF50 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 80 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.13 |
| HSL | 67.97º | 0.69% | 0.59% | - |
| HSV(B) | 67.97º | 0.64% | 0.87% | - |
| XYZ | 52.74 | 66.19 | 17.59 | - |
| YUV | 201.02 | 59.71 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 80 | 0.09 | 0 | 0.64 | 0.13 | 67.97 | 0.69 | 0.59 |
| Hex | CC | DF | 50 | 9 | 0 | 40 | D | 44 | 45 | 3B |
| Octal | 314 | 337 | 120 | 11 | 0 | 100 | 15 | 104 | 105 | 73 |
| Binary | 11001100 | 11011111 | 1010000 | 1001 | 0 | 1000000 | 1101 | 1000100 | 1000101 | 111011 |
Color Harmonies of #CCDF50
Complementary color
Monochromatic Colors of #CCDF50
Black with #CCDF50
Text Example
Text Example
White with #CCDF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF50; }
p { color: rgb(204,223,80); }
H1.HeaderClassName
{
color: #CCDF50;
}
.AnyTagClassName
{
color: #CCDF50;
}
</style>
background-color css
<style>
a { background-color: #CCDF50; }
a { background-color: rgb(204,223,80); }
div.DivClassName
{
background-color: #CCDF50;
}
.BgClassName
{
background-color: #CCDF50;
}
</style>
border-color css
<style>
span { border-color: #CCDF50; }
span { border-color: rgb(204,223,80); }
td.TdClassName
{
border-color: #CCDF50;
}
.TagClassName
{
border-color: #CCDF50;
}
</style>