Shades of Las Palmas #CCE64A
Tints of Las Palmas #CCE64A
RGB
CMYK
RGB Variations
Color information
#CCE64A (or 0xCCE64A) is known color: Las Palmas. HEX triplet: CC, E6 and 4A. RGB value is (204,230,74). Sum of RGB (Red+Green+Blue) = 204+230+74=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 230 (90.23% from 255 or 45.28% from 508); Blue value is 74 (29.30% from 255 or 14.57% from 508); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE64A is #3319B5. Grayscale: #CDCDCD. Windows color (decimal): -3348918 or 4908748. OLE color: 4908748.
HSL color Cylindrical-coordinate representation of color #CCE64A: hue angle of 70º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCE64A is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 74 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.10 |
| HSL | 70º | 0.76% | 0.6% | - |
| HSV(B) | 70º | 0.68% | 0.9% | - |
| XYZ | 54.43 | 69.93 | 17.11 | - |
| YUV | 204.44 | 54.39 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 74 | 0.11 | 0 | 0.68 | 0.10 | 70 | 0.76 | 0.6 |
| Hex | CC | E6 | 4A | B | 0 | 44 | A | 46 | 4C | 3C |
| Octal | 314 | 346 | 112 | 13 | 0 | 104 | 12 | 106 | 114 | 74 |
| Binary | 11001100 | 11100110 | 1001010 | 1011 | 0 | 1000100 | 1010 | 1000110 | 1001100 | 111100 |
Color Harmonies of #CCE64A
Complementary color
Monochromatic Colors of #CCE64A
Black with #CCE64A
Text Example
Text Example
White with #CCE64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE64A; }
p { color: rgb(204,230,74); }
H1.HeaderClassName
{
color: #CCE64A;
}
.AnyTagClassName
{
color: #CCE64A;
}
</style>
background-color css
<style>
a { background-color: #CCE64A; }
a { background-color: rgb(204,230,74); }
div.DivClassName
{
background-color: #CCE64A;
}
.BgClassName
{
background-color: #CCE64A;
}
</style>
border-color css
<style>
span { border-color: #CCE64A; }
span { border-color: rgb(204,230,74); }
td.TdClassName
{
border-color: #CCE64A;
}
.TagClassName
{
border-color: #CCE64A;
}
</style>