Shades of Las Palmas #CFDB40
Tints of Las Palmas #CFDB40
RGB
CMYK
RGB Variations
Color information
#CFDB40 (or 0xCFDB40) is known color: Las Palmas. HEX triplet: CF, DB and 40. RGB value is (207,219,64). Sum of RGB (Red+Green+Blue) = 207+219+64=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB40 is #3024BF. Grayscale: #C6C6C6. Windows color (decimal): -3155136 or 4250575. OLE color: 4250575.
HSL color Cylindrical-coordinate representation of color #CFDB40: hue angle of 64.65º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFDB40 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 64 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.14 |
| HSL | 64.65º | 0.68% | 0.55% | - |
| HSV(B) | 64.65º | 0.71% | 0.86% | - |
| XYZ | 51.99 | 64.3 | 14.52 | - |
| YUV | 197.74 | 52.52 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 64 | 0.05 | 0 | 0.71 | 0.14 | 64.65 | 0.68 | 0.55 |
| Hex | CF | DB | 40 | 5 | 0 | 47 | E | 41 | 44 | 37 |
| Octal | 317 | 333 | 100 | 5 | 0 | 107 | 16 | 101 | 104 | 67 |
| Binary | 11001111 | 11011011 | 1000000 | 101 | 0 | 1000111 | 1110 | 1000001 | 1000100 | 110111 |
Color Harmonies of #CFDB40
Complementary color
Monochromatic Colors of #CFDB40
Black with #CFDB40
Text Example
Text Example
White with #CFDB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB40; }
p { color: rgb(207,219,64); }
H1.HeaderClassName
{
color: #CFDB40;
}
.AnyTagClassName
{
color: #CFDB40;
}
</style>
background-color css
<style>
a { background-color: #CFDB40; }
a { background-color: rgb(207,219,64); }
div.DivClassName
{
background-color: #CFDB40;
}
.BgClassName
{
background-color: #CFDB40;
}
</style>
border-color css
<style>
span { border-color: #CFDB40; }
span { border-color: rgb(207,219,64); }
td.TdClassName
{
border-color: #CFDB40;
}
.TagClassName
{
border-color: #CFDB40;
}
</style>