Shades of Las Palmas #CCE53F
Tints of Las Palmas #CCE53F
RGB
CMYK
RGB Variations
Color information
#CCE53F (or 0xCCE53F) is known color: Las Palmas. HEX triplet: CC, E5 and 3F. RGB value is (204,229,63). Sum of RGB (Red+Green+Blue) = 204+229+63=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 63 (25% from 255 or 12.70% from 496); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE53F is #331AC0. Grayscale: #CBCBCB. Windows color (decimal): -3349185 or 4187596. OLE color: 4187596.
HSL color Cylindrical-coordinate representation of color #CCE53F: hue angle of 69.04º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCE53F is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 63 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.10 |
| HSL | 69.04º | 0.76% | 0.57% | - |
| HSV(B) | 69.04º | 0.72% | 0.9% | - |
| XYZ | 53.82 | 69.23 | 15.23 | - |
| YUV | 202.6 | 49.22 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 63 | 0.11 | 0 | 0.72 | 0.10 | 69.04 | 0.76 | 0.57 |
| Hex | CC | E5 | 3F | B | 0 | 48 | A | 45 | 4C | 39 |
| Octal | 314 | 345 | 77 | 13 | 0 | 110 | 12 | 105 | 114 | 71 |
| Binary | 11001100 | 11100101 | 111111 | 1011 | 0 | 1001000 | 1010 | 1000101 | 1001100 | 111001 |
Color Harmonies of #CCE53F
Complementary color
Monochromatic Colors of #CCE53F
Black with #CCE53F
Text Example
Text Example
White with #CCE53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE53F; }
p { color: rgb(204,229,63); }
H1.HeaderClassName
{
color: #CCE53F;
}
.AnyTagClassName
{
color: #CCE53F;
}
</style>
background-color css
<style>
a { background-color: #CCE53F; }
a { background-color: rgb(204,229,63); }
div.DivClassName
{
background-color: #CCE53F;
}
.BgClassName
{
background-color: #CCE53F;
}
</style>
border-color css
<style>
span { border-color: #CCE53F; }
span { border-color: rgb(204,229,63); }
td.TdClassName
{
border-color: #CCE53F;
}
.TagClassName
{
border-color: #CCE53F;
}
</style>