Shades of Las Palmas #CCD93E
Tints of Las Palmas #CCD93E
RGB
CMYK
RGB Variations
Color information
#CCD93E (or 0xCCD93E) is known color: Las Palmas. HEX triplet: CC, D9 and 3E. RGB value is (204,217,62). Sum of RGB (Red+Green+Blue) = 204+217+62=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 62 (24.61% from 255 or 12.84% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD93E is #3326C1. Grayscale: #C4C4C4. Windows color (decimal): -3352258 or 4118988. OLE color: 4118988.
HSL color Cylindrical-coordinate representation of color #CCD93E: hue angle of 65.03º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCD93E is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 62 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.15 |
| HSL | 65.03º | 0.67% | 0.55% | - |
| HSV(B) | 65.03º | 0.71% | 0.85% | - |
| XYZ | 50.58 | 62.81 | 14.02 | - |
| YUV | 195.44 | 52.69 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 62 | 0.06 | 0 | 0.71 | 0.15 | 65.03 | 0.67 | 0.55 |
| Hex | CC | D9 | 3E | 6 | 0 | 47 | F | 41 | 43 | 37 |
| Octal | 314 | 331 | 76 | 6 | 0 | 107 | 17 | 101 | 103 | 67 |
| Binary | 11001100 | 11011001 | 111110 | 110 | 0 | 1000111 | 1111 | 1000001 | 1000011 | 110111 |
Color Harmonies of #CCD93E
Complementary color
Monochromatic Colors of #CCD93E
Black with #CCD93E
Text Example
Text Example
White with #CCD93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD93E; }
p { color: rgb(204,217,62); }
H1.HeaderClassName
{
color: #CCD93E;
}
.AnyTagClassName
{
color: #CCD93E;
}
</style>
background-color css
<style>
a { background-color: #CCD93E; }
a { background-color: rgb(204,217,62); }
div.DivClassName
{
background-color: #CCD93E;
}
.BgClassName
{
background-color: #CCD93E;
}
</style>
border-color css
<style>
span { border-color: #CCD93E; }
span { border-color: rgb(204,217,62); }
td.TdClassName
{
border-color: #CCD93E;
}
.TagClassName
{
border-color: #CCD93E;
}
</style>