Shades of Las Palmas #CCE348
Tints of Las Palmas #CCE348
RGB
CMYK
RGB Variations
Color information
#CCE348 (or 0xCCE348) is known color: Las Palmas. HEX triplet: CC, E3 and 48. RGB value is (204,227,72). Sum of RGB (Red+Green+Blue) = 204+227+72=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE348 is #331CB7. Grayscale: #CBCBCB. Windows color (decimal): -3349688 or 4776908. OLE color: 4776908.
HSL color Cylindrical-coordinate representation of color #CCE348: hue angle of 68.9º degrees, saturation: 0.73, 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 #CCE348 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 72 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.11 |
| HSL | 68.9º | 0.73% | 0.59% | - |
| HSV(B) | 68.9º | 0.68% | 0.89% | - |
| XYZ | 53.54 | 68.24 | 16.48 | - |
| YUV | 202.45 | 54.38 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 72 | 0.10 | 0 | 0.68 | 0.11 | 68.9 | 0.73 | 0.59 |
| Hex | CC | E3 | 48 | A | 0 | 44 | B | 45 | 49 | 3B |
| Octal | 314 | 343 | 110 | 12 | 0 | 104 | 13 | 105 | 111 | 73 |
| Binary | 11001100 | 11100011 | 1001000 | 1010 | 0 | 1000100 | 1011 | 1000101 | 1001001 | 111011 |
Color Harmonies of #CCE348
Complementary color
Monochromatic Colors of #CCE348
Black with #CCE348
Text Example
Text Example
White with #CCE348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE348; }
p { color: rgb(204,227,72); }
H1.HeaderClassName
{
color: #CCE348;
}
.AnyTagClassName
{
color: #CCE348;
}
</style>
background-color css
<style>
a { background-color: #CCE348; }
a { background-color: rgb(204,227,72); }
div.DivClassName
{
background-color: #CCE348;
}
.BgClassName
{
background-color: #CCE348;
}
</style>
border-color css
<style>
span { border-color: #CCE348; }
span { border-color: rgb(204,227,72); }
td.TdClassName
{
border-color: #CCE348;
}
.TagClassName
{
border-color: #CCE348;
}
</style>