Shades of Las Palmas #CCE64F
Tints of Las Palmas #CCE64F
RGB
CMYK
RGB Variations
Color information
#CCE64F (or 0xCCE64F) is known color: Las Palmas. HEX triplet: CC, E6 and 4F. RGB value is (204,230,79). Sum of RGB (Red+Green+Blue) = 204+230+79=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 79 (31.25% from 255 or 15.40% from 513); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE64F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE64F is #3319B0. Grayscale: #CDCDCD. Windows color (decimal): -3348913 or 5236428. OLE color: 5236428.
HSL color Cylindrical-coordinate representation of color #CCE64F: hue angle of 70.33º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCE64F is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 79 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.10 |
| HSL | 70.33º | 0.75% | 0.61% | - |
| HSV(B) | 70.33º | 0.66% | 0.9% | - |
| XYZ | 54.61 | 70 | 18.03 | - |
| YUV | 205.01 | 56.89 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 79 | 0.11 | 0 | 0.66 | 0.10 | 70.33 | 0.75 | 0.61 |
| Hex | CC | E6 | 4F | B | 0 | 42 | A | 46 | 4B | 3D |
| Octal | 314 | 346 | 117 | 13 | 0 | 102 | 12 | 106 | 113 | 75 |
| Binary | 11001100 | 11100110 | 1001111 | 1011 | 0 | 1000010 | 1010 | 1000110 | 1001011 | 111101 |
Color Harmonies of #CCE64F
Complementary color
Monochromatic Colors of #CCE64F
Black with #CCE64F
Text Example
Text Example
White with #CCE64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE64F; }
p { color: rgb(204,230,79); }
H1.HeaderClassName
{
color: #CCE64F;
}
.AnyTagClassName
{
color: #CCE64F;
}
</style>
background-color css
<style>
a { background-color: #CCE64F; }
a { background-color: rgb(204,230,79); }
div.DivClassName
{
background-color: #CCE64F;
}
.BgClassName
{
background-color: #CCE64F;
}
</style>
border-color css
<style>
span { border-color: #CCE64F; }
span { border-color: rgb(204,230,79); }
td.TdClassName
{
border-color: #CCE64F;
}
.TagClassName
{
border-color: #CCE64F;
}
</style>