Shades of Las Palmas #CCE44A
Tints of Las Palmas #CCE44A
RGB
CMYK
RGB Variations
Color information
#CCE44A (or 0xCCE44A) is known color: Las Palmas. HEX triplet: CC, E4 and 4A. RGB value is (204,228,74). Sum of RGB (Red+Green+Blue) = 204+228+74=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE44A is #331BB5. Grayscale: #CBCBCB. Windows color (decimal): -3349430 or 4908236. OLE color: 4908236.
HSL color Cylindrical-coordinate representation of color #CCE44A: hue angle of 69.35º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCE44A is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 74 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.11 |
| HSL | 69.35º | 0.74% | 0.59% | - |
| HSV(B) | 69.35º | 0.68% | 0.89% | - |
| XYZ | 53.88 | 68.82 | 16.92 | - |
| YUV | 203.27 | 55.05 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 74 | 0.11 | 0 | 0.68 | 0.11 | 69.35 | 0.74 | 0.59 |
| Hex | CC | E4 | 4A | B | 0 | 44 | B | 45 | 4A | 3B |
| Octal | 314 | 344 | 112 | 13 | 0 | 104 | 13 | 105 | 112 | 73 |
| Binary | 11001100 | 11100100 | 1001010 | 1011 | 0 | 1000100 | 1011 | 1000101 | 1001010 | 111011 |
Color Harmonies of #CCE44A
Complementary color
Monochromatic Colors of #CCE44A
Black with #CCE44A
Text Example
Text Example
White with #CCE44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE44A; }
p { color: rgb(204,228,74); }
H1.HeaderClassName
{
color: #CCE44A;
}
.AnyTagClassName
{
color: #CCE44A;
}
</style>
background-color css
<style>
a { background-color: #CCE44A; }
a { background-color: rgb(204,228,74); }
div.DivClassName
{
background-color: #CCE44A;
}
.BgClassName
{
background-color: #CCE44A;
}
</style>
border-color css
<style>
span { border-color: #CCE44A; }
span { border-color: rgb(204,228,74); }
td.TdClassName
{
border-color: #CCE44A;
}
.TagClassName
{
border-color: #CCE44A;
}
</style>