Shades of Las Palmas #CCE03C
Tints of Las Palmas #CCE03C
RGB
CMYK
RGB Variations
Color information
#CCE03C (or 0xCCE03C) is known color: Las Palmas. HEX triplet: CC, E0 and 3C. RGB value is (204,224,60). Sum of RGB (Red+Green+Blue) = 204+224+60=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 60 (23.83% from 255 or 12.30% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE03C is #331FC3. Grayscale: #C7C7C7. Windows color (decimal): -3350468 or 3989708. OLE color: 3989708.
HSL color Cylindrical-coordinate representation of color #CCE03C: hue angle of 67.32º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCE03C is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 60 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.12 |
| HSL | 67.32º | 0.73% | 0.56% | - |
| HSV(B) | 67.32º | 0.73% | 0.88% | - |
| XYZ | 52.37 | 66.47 | 14.35 | - |
| YUV | 199.32 | 49.37 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 60 | 0.09 | 0 | 0.73 | 0.12 | 67.32 | 0.73 | 0.56 |
| Hex | CC | E0 | 3C | 9 | 0 | 49 | C | 43 | 49 | 38 |
| Octal | 314 | 340 | 74 | 11 | 0 | 111 | 14 | 103 | 111 | 70 |
| Binary | 11001100 | 11100000 | 111100 | 1001 | 0 | 1001001 | 1100 | 1000011 | 1001001 | 111000 |
Color Harmonies of #CCE03C
Complementary color
Monochromatic Colors of #CCE03C
Black with #CCE03C
Text Example
Text Example
White with #CCE03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE03C; }
p { color: rgb(204,224,60); }
H1.HeaderClassName
{
color: #CCE03C;
}
.AnyTagClassName
{
color: #CCE03C;
}
</style>
background-color css
<style>
a { background-color: #CCE03C; }
a { background-color: rgb(204,224,60); }
div.DivClassName
{
background-color: #CCE03C;
}
.BgClassName
{
background-color: #CCE03C;
}
</style>
border-color css
<style>
span { border-color: #CCE03C; }
span { border-color: rgb(204,224,60); }
td.TdClassName
{
border-color: #CCE03C;
}
.TagClassName
{
border-color: #CCE03C;
}
</style>