Shades of Las Palmas #CCE64B
Tints of Las Palmas #CCE64B
RGB
CMYK
RGB Variations
Color information
#CCE64B (or 0xCCE64B) is known color: Las Palmas. HEX triplet: CC, E6 and 4B. RGB value is (204,230,75). Sum of RGB (Red+Green+Blue) = 204+230+75=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 75 (29.69% from 255 or 14.73% from 509); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE64B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE64B is #3319B4. Grayscale: #CDCDCD. Windows color (decimal): -3348917 or 4974284. OLE color: 4974284.
HSL color Cylindrical-coordinate representation of color #CCE64B: hue angle of 70.06º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCE64B is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 75 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.10 |
| HSL | 70.06º | 0.76% | 0.6% | - |
| HSV(B) | 70.06º | 0.67% | 0.9% | - |
| XYZ | 54.47 | 69.94 | 17.29 | - |
| YUV | 204.56 | 54.89 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 75 | 0.11 | 0 | 0.67 | 0.10 | 70.06 | 0.76 | 0.6 |
| Hex | CC | E6 | 4B | B | 0 | 43 | A | 46 | 4C | 3C |
| Octal | 314 | 346 | 113 | 13 | 0 | 103 | 12 | 106 | 114 | 74 |
| Binary | 11001100 | 11100110 | 1001011 | 1011 | 0 | 1000011 | 1010 | 1000110 | 1001100 | 111100 |
Color Harmonies of #CCE64B
Complementary color
Monochromatic Colors of #CCE64B
Black with #CCE64B
Text Example
Text Example
White with #CCE64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE64B; }
p { color: rgb(204,230,75); }
H1.HeaderClassName
{
color: #CCE64B;
}
.AnyTagClassName
{
color: #CCE64B;
}
</style>
background-color css
<style>
a { background-color: #CCE64B; }
a { background-color: rgb(204,230,75); }
div.DivClassName
{
background-color: #CCE64B;
}
.BgClassName
{
background-color: #CCE64B;
}
</style>
border-color css
<style>
span { border-color: #CCE64B; }
span { border-color: rgb(204,230,75); }
td.TdClassName
{
border-color: #CCE64B;
}
.TagClassName
{
border-color: #CCE64B;
}
</style>