Shades of Las Palmas #CFDB42
Tints of Las Palmas #CFDB42
RGB
CMYK
RGB Variations
Color information
#CFDB42 (or 0xCFDB42) is known color: Las Palmas. HEX triplet: CF, DB and 42. RGB value is (207,219,66). Sum of RGB (Red+Green+Blue) = 207+219+66=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 66 (26.17% from 255 or 13.41% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB42 is #3024BD. Grayscale: #C6C6C6. Windows color (decimal): -3155134 or 4381647. OLE color: 4381647.
HSL color Cylindrical-coordinate representation of color #CFDB42: hue angle of 64.71º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFDB42 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 66 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.14 |
| HSL | 64.71º | 0.68% | 0.56% | - |
| HSV(B) | 64.71º | 0.7% | 0.86% | - |
| XYZ | 52.05 | 64.32 | 14.83 | - |
| YUV | 197.97 | 53.52 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 66 | 0.05 | 0 | 0.70 | 0.14 | 64.71 | 0.68 | 0.56 |
| Hex | CF | DB | 42 | 5 | 0 | 46 | E | 41 | 44 | 38 |
| Octal | 317 | 333 | 102 | 5 | 0 | 106 | 16 | 101 | 104 | 70 |
| Binary | 11001111 | 11011011 | 1000010 | 101 | 0 | 1000110 | 1110 | 1000001 | 1000100 | 111000 |
Color Harmonies of #CFDB42
Complementary color
Monochromatic Colors of #CFDB42
Black with #CFDB42
Text Example
Text Example
White with #CFDB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB42; }
p { color: rgb(207,219,66); }
H1.HeaderClassName
{
color: #CFDB42;
}
.AnyTagClassName
{
color: #CFDB42;
}
</style>
background-color css
<style>
a { background-color: #CFDB42; }
a { background-color: rgb(207,219,66); }
div.DivClassName
{
background-color: #CFDB42;
}
.BgClassName
{
background-color: #CFDB42;
}
</style>
border-color css
<style>
span { border-color: #CFDB42; }
span { border-color: rgb(207,219,66); }
td.TdClassName
{
border-color: #CFDB42;
}
.TagClassName
{
border-color: #CFDB42;
}
</style>