Shades of Las Palmas #CCE23C
Tints of Las Palmas #CCE23C
RGB
CMYK
RGB Variations
Color information
#CCE23C (or 0xCCE23C) is known color: Las Palmas. HEX triplet: CC, E2 and 3C. RGB value is (204,226,60). Sum of RGB (Red+Green+Blue) = 204+226+60=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE23C is #331DC3. Grayscale: #C9C9C9. Windows color (decimal): -3349956 or 3990220. OLE color: 3990220.
HSL color Cylindrical-coordinate representation of color #CCE23C: hue angle of 67.95º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCE23C is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 60 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.11 |
| HSL | 67.95º | 0.74% | 0.56% | - |
| HSV(B) | 67.95º | 0.73% | 0.89% | - |
| XYZ | 52.91 | 67.56 | 14.53 | - |
| YUV | 200.5 | 48.71 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 60 | 0.10 | 0 | 0.73 | 0.11 | 67.95 | 0.74 | 0.56 |
| Hex | CC | E2 | 3C | A | 0 | 49 | B | 44 | 4A | 38 |
| Octal | 314 | 342 | 74 | 12 | 0 | 111 | 13 | 104 | 112 | 70 |
| Binary | 11001100 | 11100010 | 111100 | 1010 | 0 | 1001001 | 1011 | 1000100 | 1001010 | 111000 |
Color Harmonies of #CCE23C
Complementary color
Monochromatic Colors of #CCE23C
Black with #CCE23C
Text Example
Text Example
White with #CCE23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE23C; }
p { color: rgb(204,226,60); }
H1.HeaderClassName
{
color: #CCE23C;
}
.AnyTagClassName
{
color: #CCE23C;
}
</style>
background-color css
<style>
a { background-color: #CCE23C; }
a { background-color: rgb(204,226,60); }
div.DivClassName
{
background-color: #CCE23C;
}
.BgClassName
{
background-color: #CCE23C;
}
</style>
border-color css
<style>
span { border-color: #CCE23C; }
span { border-color: rgb(204,226,60); }
td.TdClassName
{
border-color: #CCE23C;
}
.TagClassName
{
border-color: #CCE23C;
}
</style>