Shades of Las Palmas #CFDB45
Tints of Las Palmas #CFDB45
RGB
CMYK
RGB Variations
Color information
#CFDB45 (or 0xCFDB45) is known color: Las Palmas. HEX triplet: CF, DB and 45. RGB value is (207,219,69). Sum of RGB (Red+Green+Blue) = 207+219+69=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 69 (27.34% from 255 or 13.94% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB45 is #3024BA. Grayscale: #C6C6C6. Windows color (decimal): -3155131 or 4578255. OLE color: 4578255.
HSL color Cylindrical-coordinate representation of color #CFDB45: hue angle of 64.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFDB45 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 69 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.14 |
| HSL | 64.8º | 0.68% | 0.56% | - |
| HSV(B) | 64.8º | 0.68% | 0.86% | - |
| XYZ | 52.14 | 64.36 | 15.3 | - |
| YUV | 198.31 | 55.02 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 69 | 0.05 | 0 | 0.68 | 0.14 | 64.8 | 0.68 | 0.56 |
| Hex | CF | DB | 45 | 5 | 0 | 44 | E | 41 | 44 | 38 |
| Octal | 317 | 333 | 105 | 5 | 0 | 104 | 16 | 101 | 104 | 70 |
| Binary | 11001111 | 11011011 | 1000101 | 101 | 0 | 1000100 | 1110 | 1000001 | 1000100 | 111000 |
Color Harmonies of #CFDB45
Complementary color
Monochromatic Colors of #CFDB45
Black with #CFDB45
Text Example
Text Example
White with #CFDB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB45; }
p { color: rgb(207,219,69); }
H1.HeaderClassName
{
color: #CFDB45;
}
.AnyTagClassName
{
color: #CFDB45;
}
</style>
background-color css
<style>
a { background-color: #CFDB45; }
a { background-color: rgb(207,219,69); }
div.DivClassName
{
background-color: #CFDB45;
}
.BgClassName
{
background-color: #CFDB45;
}
</style>
border-color css
<style>
span { border-color: #CFDB45; }
span { border-color: rgb(207,219,69); }
td.TdClassName
{
border-color: #CFDB45;
}
.TagClassName
{
border-color: #CFDB45;
}
</style>