Shades of Las Palmas #CFD644
Tints of Las Palmas #CFD644
RGB
CMYK
RGB Variations
Color information
#CFD644 (or 0xCFD644) is known color: Las Palmas. HEX triplet: CF, D6 and 44. RGB value is (207,214,68). Sum of RGB (Red+Green+Blue) = 207+214+68=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 68 (26.95% from 255 or 13.91% from 489); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD644 is #3029BB. Grayscale: #C3C3C3. Windows color (decimal): -3156412 or 4511439. OLE color: 4511439.
HSL color Cylindrical-coordinate representation of color #CFD644: hue angle of 62.88º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFD644 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 68 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.16 |
| HSL | 62.88º | 0.64% | 0.55% | - |
| HSV(B) | 62.88º | 0.68% | 0.84% | - |
| XYZ | 50.82 | 61.78 | 14.71 | - |
| YUV | 195.26 | 56.18 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 68 | 0.03 | 0 | 0.68 | 0.16 | 62.88 | 0.64 | 0.55 |
| Hex | CF | D6 | 44 | 3 | 0 | 44 | 10 | 3F | 40 | 37 |
| Octal | 317 | 326 | 104 | 3 | 0 | 104 | 20 | 77 | 100 | 67 |
| Binary | 11001111 | 11010110 | 1000100 | 11 | 0 | 1000100 | 10000 | 111111 | 1000000 | 110111 |
Color Harmonies of #CFD644
Complementary color
Monochromatic Colors of #CFD644
Black with #CFD644
Text Example
Text Example
White with #CFD644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD644; }
p { color: rgb(207,214,68); }
H1.HeaderClassName
{
color: #CFD644;
}
.AnyTagClassName
{
color: #CFD644;
}
</style>
background-color css
<style>
a { background-color: #CFD644; }
a { background-color: rgb(207,214,68); }
div.DivClassName
{
background-color: #CFD644;
}
.BgClassName
{
background-color: #CFD644;
}
</style>
border-color css
<style>
span { border-color: #CFD644; }
span { border-color: rgb(207,214,68); }
td.TdClassName
{
border-color: #CFD644;
}
.TagClassName
{
border-color: #CFD644;
}
</style>