Shades of Las Palmas #CCE03D
Tints of Las Palmas #CCE03D
RGB
CMYK
RGB Variations
Color information
#CCE03D (or 0xCCE03D) is known color: Las Palmas. HEX triplet: CC, E0 and 3D. RGB value is (204,224,61). Sum of RGB (Red+Green+Blue) = 204+224+61=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 61 (24.22% from 255 or 12.47% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE03D is #331FC2. Grayscale: #C8C8C8. Windows color (decimal): -3350467 or 4055244. OLE color: 4055244.
HSL color Cylindrical-coordinate representation of color #CCE03D: hue angle of 67.36º degrees, saturation: 0.72, 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 #CCE03D is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 61 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.12 |
| HSL | 67.36º | 0.72% | 0.56% | - |
| HSV(B) | 67.36º | 0.73% | 0.88% | - |
| XYZ | 52.4 | 66.49 | 14.49 | - |
| YUV | 199.44 | 49.87 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 61 | 0.09 | 0 | 0.73 | 0.12 | 67.36 | 0.72 | 0.56 |
| Hex | CC | E0 | 3D | 9 | 0 | 49 | C | 43 | 48 | 38 |
| Octal | 314 | 340 | 75 | 11 | 0 | 111 | 14 | 103 | 110 | 70 |
| Binary | 11001100 | 11100000 | 111101 | 1001 | 0 | 1001001 | 1100 | 1000011 | 1001000 | 111000 |
Color Harmonies of #CCE03D
Complementary color
Monochromatic Colors of #CCE03D
Black with #CCE03D
Text Example
Text Example
White with #CCE03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE03D; }
p { color: rgb(204,224,61); }
H1.HeaderClassName
{
color: #CCE03D;
}
.AnyTagClassName
{
color: #CCE03D;
}
</style>
background-color css
<style>
a { background-color: #CCE03D; }
a { background-color: rgb(204,224,61); }
div.DivClassName
{
background-color: #CCE03D;
}
.BgClassName
{
background-color: #CCE03D;
}
</style>
border-color css
<style>
span { border-color: #CCE03D; }
span { border-color: rgb(204,224,61); }
td.TdClassName
{
border-color: #CCE03D;
}
.TagClassName
{
border-color: #CCE03D;
}
</style>