Shades of Las Palmas #CFDF41
Tints of Las Palmas #CFDF41
RGB
CMYK
RGB Variations
Color information
#CFDF41 (or 0xCFDF41) is known color: Las Palmas. HEX triplet: CF, DF and 41. RGB value is (207,223,65). Sum of RGB (Red+Green+Blue) = 207+223+65=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 65 (25.78% from 255 or 13.13% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDF41 is #3020BE. Grayscale: #C8C8C8. Windows color (decimal): -3154111 or 4317135. OLE color: 4317135.
HSL color Cylindrical-coordinate representation of color #CFDF41: hue angle of 66.08º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFDF41 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 65 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.13 |
| HSL | 66.08º | 0.71% | 0.56% | - |
| HSV(B) | 66.08º | 0.71% | 0.87% | - |
| XYZ | 53.07 | 66.42 | 15.02 | - |
| YUV | 200.2 | 51.7 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 65 | 0.07 | 0 | 0.71 | 0.13 | 66.08 | 0.71 | 0.56 |
| Hex | CF | DF | 41 | 7 | 0 | 47 | D | 42 | 47 | 38 |
| Octal | 317 | 337 | 101 | 7 | 0 | 107 | 15 | 102 | 107 | 70 |
| Binary | 11001111 | 11011111 | 1000001 | 111 | 0 | 1000111 | 1101 | 1000010 | 1000111 | 111000 |
Color Harmonies of #CFDF41
Complementary color
Monochromatic Colors of #CFDF41
Black with #CFDF41
Text Example
Text Example
White with #CFDF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF41; }
p { color: rgb(207,223,65); }
H1.HeaderClassName
{
color: #CFDF41;
}
.AnyTagClassName
{
color: #CFDF41;
}
</style>
background-color css
<style>
a { background-color: #CFDF41; }
a { background-color: rgb(207,223,65); }
div.DivClassName
{
background-color: #CFDF41;
}
.BgClassName
{
background-color: #CFDF41;
}
</style>
border-color css
<style>
span { border-color: #CFDF41; }
span { border-color: rgb(207,223,65); }
td.TdClassName
{
border-color: #CFDF41;
}
.TagClassName
{
border-color: #CFDF41;
}
</style>