Shades of Las Palmas #CCE043
Tints of Las Palmas #CCE043
RGB
CMYK
RGB Variations
Color information
#CCE043 (or 0xCCE043) is known color: Las Palmas. HEX triplet: CC, E0 and 43. RGB value is (204,224,67). Sum of RGB (Red+Green+Blue) = 204+224+67=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 67 (26.56% from 255 or 13.54% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE043 is #331FBC. Grayscale: #C8C8C8. Windows color (decimal): -3350461 or 4448460. OLE color: 4448460.
HSL color Cylindrical-coordinate representation of color #CCE043: hue angle of 67.64º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCE043 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 67 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.12 |
| HSL | 67.64º | 0.72% | 0.57% | - |
| HSV(B) | 67.64º | 0.7% | 0.88% | - |
| XYZ | 52.57 | 66.55 | 15.39 | - |
| YUV | 200.12 | 52.87 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 67 | 0.09 | 0 | 0.70 | 0.12 | 67.64 | 0.72 | 0.57 |
| Hex | CC | E0 | 43 | 9 | 0 | 46 | C | 44 | 48 | 39 |
| Octal | 314 | 340 | 103 | 11 | 0 | 106 | 14 | 104 | 110 | 71 |
| Binary | 11001100 | 11100000 | 1000011 | 1001 | 0 | 1000110 | 1100 | 1000100 | 1001000 | 111001 |
Color Harmonies of #CCE043
Complementary color
Monochromatic Colors of #CCE043
Black with #CCE043
Text Example
Text Example
White with #CCE043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE043; }
p { color: rgb(204,224,67); }
H1.HeaderClassName
{
color: #CCE043;
}
.AnyTagClassName
{
color: #CCE043;
}
</style>
background-color css
<style>
a { background-color: #CCE043; }
a { background-color: rgb(204,224,67); }
div.DivClassName
{
background-color: #CCE043;
}
.BgClassName
{
background-color: #CCE043;
}
</style>
border-color css
<style>
span { border-color: #CCE043; }
span { border-color: rgb(204,224,67); }
td.TdClassName
{
border-color: #CCE043;
}
.TagClassName
{
border-color: #CCE043;
}
</style>