Shades of Las Palmas #CFE550
Tints of Las Palmas #CFE550
RGB
CMYK
RGB Variations
Color information
#CFE550 (or 0xCFE550) is known color: Las Palmas. HEX triplet: CF, E5 and 50. RGB value is (207,229,80). Sum of RGB (Red+Green+Blue) = 207+229+80=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE550 is #301AAF. Grayscale: #CECECE. Windows color (decimal): -3152560 or 5301711. OLE color: 5301711.
HSL color Cylindrical-coordinate representation of color #CFE550: hue angle of 68.86º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFE550 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 80 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.10 |
| HSL | 68.86º | 0.74% | 0.61% | - |
| HSV(B) | 68.86º | 0.65% | 0.9% | - |
| XYZ | 55.2 | 69.88 | 18.17 | - |
| YUV | 205.44 | 57.21 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 80 | 0.10 | 0 | 0.65 | 0.10 | 68.86 | 0.74 | 0.61 |
| Hex | CF | E5 | 50 | A | 0 | 41 | A | 45 | 4A | 3D |
| Octal | 317 | 345 | 120 | 12 | 0 | 101 | 12 | 105 | 112 | 75 |
| Binary | 11001111 | 11100101 | 1010000 | 1010 | 0 | 1000001 | 1010 | 1000101 | 1001010 | 111101 |
Color Harmonies of #CFE550
Complementary color
Monochromatic Colors of #CFE550
Black with #CFE550
Text Example
Text Example
White with #CFE550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE550; }
p { color: rgb(207,229,80); }
H1.HeaderClassName
{
color: #CFE550;
}
.AnyTagClassName
{
color: #CFE550;
}
</style>
background-color css
<style>
a { background-color: #CFE550; }
a { background-color: rgb(207,229,80); }
div.DivClassName
{
background-color: #CFE550;
}
.BgClassName
{
background-color: #CFE550;
}
</style>
border-color css
<style>
span { border-color: #CFE550; }
span { border-color: rgb(207,229,80); }
td.TdClassName
{
border-color: #CFE550;
}
.TagClassName
{
border-color: #CFE550;
}
</style>