Shades of Las Palmas #CCD637
Tints of Las Palmas #CCD637
RGB
CMYK
RGB Variations
Color information
#CCD637 (or 0xCCD637) is known color: Las Palmas. HEX triplet: CC, D6 and 37. RGB value is (204,214,55). Sum of RGB (Red+Green+Blue) = 204+214+55=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 55 (21.88% from 255 or 11.63% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD637 is #3329C8. Grayscale: #C1C1C1. Windows color (decimal): -3353033 or 3659468. OLE color: 3659468.
HSL color Cylindrical-coordinate representation of color #CCD637: hue angle of 63.77º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCD637 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 55 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.16 |
| HSL | 63.77º | 0.66% | 0.53% | - |
| HSV(B) | 63.77º | 0.74% | 0.84% | - |
| XYZ | 49.64 | 61.21 | 12.81 | - |
| YUV | 192.88 | 50.19 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 55 | 0.05 | 0 | 0.74 | 0.16 | 63.77 | 0.66 | 0.53 |
| Hex | CC | D6 | 37 | 5 | 0 | 4A | 10 | 40 | 42 | 35 |
| Octal | 314 | 326 | 67 | 5 | 0 | 112 | 20 | 100 | 102 | 65 |
| Binary | 11001100 | 11010110 | 110111 | 101 | 0 | 1001010 | 10000 | 1000000 | 1000010 | 110101 |
Color Harmonies of #CCD637
Complementary color
Monochromatic Colors of #CCD637
Black with #CCD637
Text Example
Text Example
White with #CCD637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD637; }
p { color: rgb(204,214,55); }
H1.HeaderClassName
{
color: #CCD637;
}
.AnyTagClassName
{
color: #CCD637;
}
</style>
background-color css
<style>
a { background-color: #CCD637; }
a { background-color: rgb(204,214,55); }
div.DivClassName
{
background-color: #CCD637;
}
.BgClassName
{
background-color: #CCD637;
}
</style>
border-color css
<style>
span { border-color: #CCD637; }
span { border-color: rgb(204,214,55); }
td.TdClassName
{
border-color: #CCD637;
}
.TagClassName
{
border-color: #CCD637;
}
</style>