Shades of Las Palmas #CCED4C
Tints of Las Palmas #CCED4C
RGB
CMYK
RGB Variations
Color information
#CCED4C (or 0xCCED4C) is known color: Las Palmas. HEX triplet: CC, ED and 4C. RGB value is (204,237,76). Sum of RGB (Red+Green+Blue) = 204+237+76=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 76 (30.08% from 255 or 14.70% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED4C is #3312B3. Grayscale: #D1D1D1. Windows color (decimal): -3347124 or 5041612. OLE color: 5041612.
HSL color Cylindrical-coordinate representation of color #CCED4C: hue angle of 72.3º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCED4C is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 76 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.07 |
| HSL | 72.3º | 0.82% | 0.61% | - |
| HSV(B) | 72.3º | 0.68% | 0.93% | - |
| XYZ | 56.49 | 73.93 | 18.13 | - |
| YUV | 208.78 | 53.07 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 76 | 0.14 | 0 | 0.68 | 0.07 | 72.3 | 0.82 | 0.61 |
| Hex | CC | ED | 4C | E | 0 | 44 | 7 | 48 | 52 | 3D |
| Octal | 314 | 355 | 114 | 16 | 0 | 104 | 7 | 110 | 122 | 75 |
| Binary | 11001100 | 11101101 | 1001100 | 1110 | 0 | 1000100 | 111 | 1001000 | 1010010 | 111101 |
Color Harmonies of #CCED4C
Complementary color
Monochromatic Colors of #CCED4C
Black with #CCED4C
Text Example
Text Example
White with #CCED4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED4C; }
p { color: rgb(204,237,76); }
H1.HeaderClassName
{
color: #CCED4C;
}
.AnyTagClassName
{
color: #CCED4C;
}
</style>
background-color css
<style>
a { background-color: #CCED4C; }
a { background-color: rgb(204,237,76); }
div.DivClassName
{
background-color: #CCED4C;
}
.BgClassName
{
background-color: #CCED4C;
}
</style>
border-color css
<style>
span { border-color: #CCED4C; }
span { border-color: rgb(204,237,76); }
td.TdClassName
{
border-color: #CCED4C;
}
.TagClassName
{
border-color: #CCED4C;
}
</style>