Shades of Las Palmas #CCE54F
Tints of Las Palmas #CCE54F
RGB
CMYK
RGB Variations
Color information
#CCE54F (or 0xCCE54F) is known color: Las Palmas. HEX triplet: CC, E5 and 4F. RGB value is (204,229,79). Sum of RGB (Red+Green+Blue) = 204+229+79=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 79 (31.25% from 255 or 15.43% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE54F is #331AB0. Grayscale: #CCCCCC. Windows color (decimal): -3349169 or 5236172. OLE color: 5236172.
HSL color Cylindrical-coordinate representation of color #CCE54F: hue angle of 70º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCE54F is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 79 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.10 |
| HSL | 70º | 0.74% | 0.6% | - |
| HSV(B) | 70º | 0.66% | 0.9% | - |
| XYZ | 54.33 | 69.44 | 17.94 | - |
| YUV | 204.43 | 57.22 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 79 | 0.11 | 0 | 0.66 | 0.10 | 70 | 0.74 | 0.6 |
| Hex | CC | E5 | 4F | B | 0 | 42 | A | 46 | 4A | 3C |
| Octal | 314 | 345 | 117 | 13 | 0 | 102 | 12 | 106 | 112 | 74 |
| Binary | 11001100 | 11100101 | 1001111 | 1011 | 0 | 1000010 | 1010 | 1000110 | 1001010 | 111100 |
Color Harmonies of #CCE54F
Complementary color
Monochromatic Colors of #CCE54F
Black with #CCE54F
Text Example
Text Example
White with #CCE54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE54F; }
p { color: rgb(204,229,79); }
H1.HeaderClassName
{
color: #CCE54F;
}
.AnyTagClassName
{
color: #CCE54F;
}
</style>
background-color css
<style>
a { background-color: #CCE54F; }
a { background-color: rgb(204,229,79); }
div.DivClassName
{
background-color: #CCE54F;
}
.BgClassName
{
background-color: #CCE54F;
}
</style>
border-color css
<style>
span { border-color: #CCE54F; }
span { border-color: rgb(204,229,79); }
td.TdClassName
{
border-color: #CCE54F;
}
.TagClassName
{
border-color: #CCE54F;
}
</style>