Shades of Las Palmas #CCE24F
Tints of Las Palmas #CCE24F
RGB
CMYK
RGB Variations
Color information
#CCE24F (or 0xCCE24F) is known color: Las Palmas. HEX triplet: CC, E2 and 4F. RGB value is (204,226,79). Sum of RGB (Red+Green+Blue) = 204+226+79=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 79 (31.25% from 255 or 15.52% from 509); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE24F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE24F is #331DB0. Grayscale: #CBCBCB. Windows color (decimal): -3349937 or 5235404. OLE color: 5235404.
HSL color Cylindrical-coordinate representation of color #CCE24F: hue angle of 68.98º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCE24F is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 79 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.11 |
| HSL | 68.98º | 0.72% | 0.6% | - |
| HSV(B) | 68.98º | 0.65% | 0.89% | - |
| XYZ | 53.51 | 67.79 | 17.66 | - |
| YUV | 202.66 | 58.21 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 79 | 0.10 | 0 | 0.65 | 0.11 | 68.98 | 0.72 | 0.6 |
| Hex | CC | E2 | 4F | A | 0 | 41 | B | 45 | 48 | 3C |
| Octal | 314 | 342 | 117 | 12 | 0 | 101 | 13 | 105 | 110 | 74 |
| Binary | 11001100 | 11100010 | 1001111 | 1010 | 0 | 1000001 | 1011 | 1000101 | 1001000 | 111100 |
Color Harmonies of #CCE24F
Complementary color
Monochromatic Colors of #CCE24F
Black with #CCE24F
Text Example
Text Example
White with #CCE24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE24F; }
p { color: rgb(204,226,79); }
H1.HeaderClassName
{
color: #CCE24F;
}
.AnyTagClassName
{
color: #CCE24F;
}
</style>
background-color css
<style>
a { background-color: #CCE24F; }
a { background-color: rgb(204,226,79); }
div.DivClassName
{
background-color: #CCE24F;
}
.BgClassName
{
background-color: #CCE24F;
}
</style>
border-color css
<style>
span { border-color: #CCE24F; }
span { border-color: rgb(204,226,79); }
td.TdClassName
{
border-color: #CCE24F;
}
.TagClassName
{
border-color: #CCE24F;
}
</style>