Shades of Las Palmas #CCED4A
Tints of Las Palmas #CCED4A
RGB
CMYK
RGB Variations
Color information
#CCED4A (or 0xCCED4A) is known color: Las Palmas. HEX triplet: CC, ED and 4A. RGB value is (204,237,74). Sum of RGB (Red+Green+Blue) = 204+237+74=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED4A is #3312B5. Grayscale: #D1D1D1. Windows color (decimal): -3347126 or 4910540. OLE color: 4910540.
HSL color Cylindrical-coordinate representation of color #CCED4A: hue angle of 72.15º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCED4A is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 74 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.07 |
| HSL | 72.15º | 0.82% | 0.61% | - |
| HSV(B) | 72.15º | 0.69% | 0.93% | - |
| XYZ | 56.42 | 73.9 | 17.77 | - |
| YUV | 208.55 | 52.07 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 74 | 0.14 | 0 | 0.69 | 0.07 | 72.15 | 0.82 | 0.61 |
| Hex | CC | ED | 4A | E | 0 | 45 | 7 | 48 | 52 | 3D |
| Octal | 314 | 355 | 112 | 16 | 0 | 105 | 7 | 110 | 122 | 75 |
| Binary | 11001100 | 11101101 | 1001010 | 1110 | 0 | 1000101 | 111 | 1001000 | 1010010 | 111101 |
Color Harmonies of #CCED4A
Complementary color
Monochromatic Colors of #CCED4A
Black with #CCED4A
Text Example
Text Example
White with #CCED4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED4A; }
p { color: rgb(204,237,74); }
H1.HeaderClassName
{
color: #CCED4A;
}
.AnyTagClassName
{
color: #CCED4A;
}
</style>
background-color css
<style>
a { background-color: #CCED4A; }
a { background-color: rgb(204,237,74); }
div.DivClassName
{
background-color: #CCED4A;
}
.BgClassName
{
background-color: #CCED4A;
}
</style>
border-color css
<style>
span { border-color: #CCED4A; }
span { border-color: rgb(204,237,74); }
td.TdClassName
{
border-color: #CCED4A;
}
.TagClassName
{
border-color: #CCED4A;
}
</style>