Shades of Las Palmas #CCE24A
Tints of Las Palmas #CCE24A
RGB
CMYK
RGB Variations
Color information
#CCE24A (or 0xCCE24A) is known color: Las Palmas. HEX triplet: CC, E2 and 4A. RGB value is (204,226,74). Sum of RGB (Red+Green+Blue) = 204+226+74=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 74 (29.30% from 255 or 14.68% from 504); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE24A is #331DB5. Grayscale: #CACACA. Windows color (decimal): -3349942 or 4907724. OLE color: 4907724.
HSL color Cylindrical-coordinate representation of color #CCE24A: hue angle of 68.68º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCE24A is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 74 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.11 |
| HSL | 68.68º | 0.72% | 0.59% | - |
| HSV(B) | 68.68º | 0.67% | 0.89% | - |
| XYZ | 53.33 | 67.72 | 16.74 | - |
| YUV | 202.09 | 55.71 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 74 | 0.10 | 0 | 0.67 | 0.11 | 68.68 | 0.72 | 0.59 |
| Hex | CC | E2 | 4A | A | 0 | 43 | B | 45 | 48 | 3B |
| Octal | 314 | 342 | 112 | 12 | 0 | 103 | 13 | 105 | 110 | 73 |
| Binary | 11001100 | 11100010 | 1001010 | 1010 | 0 | 1000011 | 1011 | 1000101 | 1001000 | 111011 |
Color Harmonies of #CCE24A
Complementary color
Monochromatic Colors of #CCE24A
Black with #CCE24A
Text Example
Text Example
White with #CCE24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE24A; }
p { color: rgb(204,226,74); }
H1.HeaderClassName
{
color: #CCE24A;
}
.AnyTagClassName
{
color: #CCE24A;
}
</style>
background-color css
<style>
a { background-color: #CCE24A; }
a { background-color: rgb(204,226,74); }
div.DivClassName
{
background-color: #CCE24A;
}
.BgClassName
{
background-color: #CCE24A;
}
</style>
border-color css
<style>
span { border-color: #CCE24A; }
span { border-color: rgb(204,226,74); }
td.TdClassName
{
border-color: #CCE24A;
}
.TagClassName
{
border-color: #CCE24A;
}
</style>