Shades of Las Palmas #CCEF4C
Tints of Las Palmas #CCEF4C
RGB
CMYK
RGB Variations
Color information
#CCEF4C (or 0xCCEF4C) is known color: Las Palmas. HEX triplet: CC, EF and 4C. RGB value is (204,239,76). Sum of RGB (Red+Green+Blue) = 204+239+76=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 76 (30.08% from 255 or 14.64% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEF4C is #3310B3. Grayscale: #D2D2D2. Windows color (decimal): -3346612 or 5042124. OLE color: 5042124.
HSL color Cylindrical-coordinate representation of color #CCEF4C: hue angle of 72.88º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCEF4C is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 239 | 76 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.06 |
| HSL | 72.88º | 0.84% | 0.62% | - |
| HSV(B) | 72.88º | 0.68% | 0.94% | - |
| XYZ | 57.07 | 75.09 | 18.32 | - |
| YUV | 209.95 | 52.4 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 239 | 76 | 0.15 | 0 | 0.68 | 0.06 | 72.88 | 0.84 | 0.62 |
| Hex | CC | EF | 4C | F | 0 | 44 | 6 | 49 | 54 | 3E |
| Octal | 314 | 357 | 114 | 17 | 0 | 104 | 6 | 111 | 124 | 76 |
| Binary | 11001100 | 11101111 | 1001100 | 1111 | 0 | 1000100 | 110 | 1001001 | 1010100 | 111110 |
Color Harmonies of #CCEF4C
Complementary color
Monochromatic Colors of #CCEF4C
Black with #CCEF4C
Text Example
Text Example
White with #CCEF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEF4C; }
p { color: rgb(204,239,76); }
H1.HeaderClassName
{
color: #CCEF4C;
}
.AnyTagClassName
{
color: #CCEF4C;
}
</style>
background-color css
<style>
a { background-color: #CCEF4C; }
a { background-color: rgb(204,239,76); }
div.DivClassName
{
background-color: #CCEF4C;
}
.BgClassName
{
background-color: #CCEF4C;
}
</style>
border-color css
<style>
span { border-color: #CCEF4C; }
span { border-color: rgb(204,239,76); }
td.TdClassName
{
border-color: #CCEF4C;
}
.TagClassName
{
border-color: #CCEF4C;
}
</style>