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