Shades of Las Palmas #CFDF4C
Tints of Las Palmas #CFDF4C
RGB
CMYK
RGB Variations
Color information
#CFDF4C (or 0xCFDF4C) is known color: Las Palmas. HEX triplet: CF, DF and 4C. RGB value is (207,223,76). Sum of RGB (Red+Green+Blue) = 207+223+76=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 76 (30.08% from 255 or 15.02% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDF4C is #3020B3. Grayscale: #CACACA. Windows color (decimal): -3154100 or 5038031. OLE color: 5038031.
HSL color Cylindrical-coordinate representation of color #CFDF4C: hue angle of 66.53º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFDF4C is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 76 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.13 |
| HSL | 66.53º | 0.7% | 0.59% | - |
| HSV(B) | 66.53º | 0.66% | 0.87% | - |
| XYZ | 53.42 | 66.56 | 16.87 | - |
| YUV | 201.46 | 57.2 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 76 | 0.07 | 0 | 0.66 | 0.13 | 66.53 | 0.7 | 0.59 |
| Hex | CF | DF | 4C | 7 | 0 | 42 | D | 43 | 46 | 3B |
| Octal | 317 | 337 | 114 | 7 | 0 | 102 | 15 | 103 | 106 | 73 |
| Binary | 11001111 | 11011111 | 1001100 | 111 | 0 | 1000010 | 1101 | 1000011 | 1000110 | 111011 |
Color Harmonies of #CFDF4C
Complementary color
Monochromatic Colors of #CFDF4C
Black with #CFDF4C
Text Example
Text Example
White with #CFDF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF4C; }
p { color: rgb(207,223,76); }
H1.HeaderClassName
{
color: #CFDF4C;
}
.AnyTagClassName
{
color: #CFDF4C;
}
</style>
background-color css
<style>
a { background-color: #CFDF4C; }
a { background-color: rgb(207,223,76); }
div.DivClassName
{
background-color: #CFDF4C;
}
.BgClassName
{
background-color: #CFDF4C;
}
</style>
border-color css
<style>
span { border-color: #CFDF4C; }
span { border-color: rgb(207,223,76); }
td.TdClassName
{
border-color: #CFDF4C;
}
.TagClassName
{
border-color: #CFDF4C;
}
</style>