Shades of Las Palmas #CFDE44
Tints of Las Palmas #CFDE44
RGB
CMYK
RGB Variations
Color information
#CFDE44 (or 0xCFDE44) is known color: Las Palmas. HEX triplet: CF, DE and 44. RGB value is (207,222,68). Sum of RGB (Red+Green+Blue) = 207+222+68=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 68 (26.95% from 255 or 13.68% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDE44 is #3021BB. Grayscale: #C8C8C8. Windows color (decimal): -3154364 or 4513487. OLE color: 4513487.
HSL color Cylindrical-coordinate representation of color #CFDE44: hue angle of 65.84º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFDE44 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 68 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.13 |
| HSL | 65.84º | 0.7% | 0.57% | - |
| HSV(B) | 65.84º | 0.69% | 0.87% | - |
| XYZ | 52.9 | 65.93 | 15.41 | - |
| YUV | 199.96 | 53.53 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 68 | 0.07 | 0 | 0.69 | 0.13 | 65.84 | 0.7 | 0.57 |
| Hex | CF | DE | 44 | 7 | 0 | 45 | D | 42 | 46 | 39 |
| Octal | 317 | 336 | 104 | 7 | 0 | 105 | 15 | 102 | 106 | 71 |
| Binary | 11001111 | 11011110 | 1000100 | 111 | 0 | 1000101 | 1101 | 1000010 | 1000110 | 111001 |
Color Harmonies of #CFDE44
Complementary color
Monochromatic Colors of #CFDE44
Black with #CFDE44
Text Example
Text Example
White with #CFDE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE44; }
p { color: rgb(207,222,68); }
H1.HeaderClassName
{
color: #CFDE44;
}
.AnyTagClassName
{
color: #CFDE44;
}
</style>
background-color css
<style>
a { background-color: #CFDE44; }
a { background-color: rgb(207,222,68); }
div.DivClassName
{
background-color: #CFDE44;
}
.BgClassName
{
background-color: #CFDE44;
}
</style>
border-color css
<style>
span { border-color: #CFDE44; }
span { border-color: rgb(207,222,68); }
td.TdClassName
{
border-color: #CFDE44;
}
.TagClassName
{
border-color: #CFDE44;
}
</style>