Shades of Las Palmas #CFE446
Tints of Las Palmas #CFE446
RGB
CMYK
RGB Variations
Color information
#CFE446 (or 0xCFE446) is known color: Las Palmas. HEX triplet: CF, E4 and 46. RGB value is (207,228,70). Sum of RGB (Red+Green+Blue) = 207+228+70=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 70 (27.73% from 255 or 13.86% from 505); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE446 is #301BB9. Grayscale: #CCCCCC. Windows color (decimal): -3152826 or 4646095. OLE color: 4646095.
HSL color Cylindrical-coordinate representation of color #CFE446: hue angle of 67.97º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFE446 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 70 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.11 |
| HSL | 67.97º | 0.75% | 0.58% | - |
| HSV(B) | 67.97º | 0.69% | 0.89% | - |
| XYZ | 54.58 | 69.19 | 16.27 | - |
| YUV | 203.71 | 52.54 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 70 | 0.09 | 0 | 0.69 | 0.11 | 67.97 | 0.75 | 0.58 |
| Hex | CF | E4 | 46 | 9 | 0 | 45 | B | 44 | 4B | 3A |
| Octal | 317 | 344 | 106 | 11 | 0 | 105 | 13 | 104 | 113 | 72 |
| Binary | 11001111 | 11100100 | 1000110 | 1001 | 0 | 1000101 | 1011 | 1000100 | 1001011 | 111010 |
Color Harmonies of #CFE446
Complementary color
Monochromatic Colors of #CFE446
Black with #CFE446
Text Example
Text Example
White with #CFE446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE446; }
p { color: rgb(207,228,70); }
H1.HeaderClassName
{
color: #CFE446;
}
.AnyTagClassName
{
color: #CFE446;
}
</style>
background-color css
<style>
a { background-color: #CFE446; }
a { background-color: rgb(207,228,70); }
div.DivClassName
{
background-color: #CFE446;
}
.BgClassName
{
background-color: #CFE446;
}
</style>
border-color css
<style>
span { border-color: #CFE446; }
span { border-color: rgb(207,228,70); }
td.TdClassName
{
border-color: #CFE446;
}
.TagClassName
{
border-color: #CFE446;
}
</style>