Shades of Las Palmas #CFE449
Tints of Las Palmas #CFE449
RGB
CMYK
RGB Variations
Color information
#CFE449 (or 0xCFE449) is known color: Las Palmas. HEX triplet: CF, E4 and 49. RGB value is (207,228,73). Sum of RGB (Red+Green+Blue) = 207+228+73=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 228 (89.45% from 255 or 44.88% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE449 is #301BB6. Grayscale: #CCCCCC. Windows color (decimal): -3152823 or 4842703. OLE color: 4842703.
HSL color Cylindrical-coordinate representation of color #CFE449: hue angle of 68.13º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFE449 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 73 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.11 |
| HSL | 68.13º | 0.74% | 0.59% | - |
| HSV(B) | 68.13º | 0.68% | 0.89% | - |
| XYZ | 54.68 | 69.23 | 16.78 | - |
| YUV | 204.05 | 54.04 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 73 | 0.09 | 0 | 0.68 | 0.11 | 68.13 | 0.74 | 0.59 |
| Hex | CF | E4 | 49 | 9 | 0 | 44 | B | 44 | 4A | 3B |
| Octal | 317 | 344 | 111 | 11 | 0 | 104 | 13 | 104 | 112 | 73 |
| Binary | 11001111 | 11100100 | 1001001 | 1001 | 0 | 1000100 | 1011 | 1000100 | 1001010 | 111011 |
Color Harmonies of #CFE449
Complementary color
Monochromatic Colors of #CFE449
Black with #CFE449
Text Example
Text Example
White with #CFE449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE449; }
p { color: rgb(207,228,73); }
H1.HeaderClassName
{
color: #CFE449;
}
.AnyTagClassName
{
color: #CFE449;
}
</style>
background-color css
<style>
a { background-color: #CFE449; }
a { background-color: rgb(207,228,73); }
div.DivClassName
{
background-color: #CFE449;
}
.BgClassName
{
background-color: #CFE449;
}
</style>
border-color css
<style>
span { border-color: #CFE449; }
span { border-color: rgb(207,228,73); }
td.TdClassName
{
border-color: #CFE449;
}
.TagClassName
{
border-color: #CFE449;
}
</style>