Shades of Las Palmas #CFE850
Tints of Las Palmas #CFE850
RGB
CMYK
RGB Variations
Color information
#CFE850 (or 0xCFE850) is known color: Las Palmas. HEX triplet: CF, E8 and 50. RGB value is (207,232,80). Sum of RGB (Red+Green+Blue) = 207+232+80=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 80 (31.64% from 255 or 15.41% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE850 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE850 is #3017AF. Grayscale: #CFCFCF. Windows color (decimal): -3151792 or 5302479. OLE color: 5302479.
HSL color Cylindrical-coordinate representation of color #CFE850: hue angle of 69.87º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFE850 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 80 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.09 |
| HSL | 69.87º | 0.77% | 0.61% | - |
| HSV(B) | 69.87º | 0.66% | 0.91% | - |
| XYZ | 56.04 | 71.56 | 18.45 | - |
| YUV | 207.2 | 56.22 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 80 | 0.11 | 0 | 0.66 | 0.09 | 69.87 | 0.77 | 0.61 |
| Hex | CF | E8 | 50 | B | 0 | 42 | 9 | 46 | 4D | 3D |
| Octal | 317 | 350 | 120 | 13 | 0 | 102 | 11 | 106 | 115 | 75 |
| Binary | 11001111 | 11101000 | 1010000 | 1011 | 0 | 1000010 | 1001 | 1000110 | 1001101 | 111101 |
Color Harmonies of #CFE850
Complementary color
Monochromatic Colors of #CFE850
Black with #CFE850
Text Example
Text Example
White with #CFE850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE850; }
p { color: rgb(207,232,80); }
H1.HeaderClassName
{
color: #CFE850;
}
.AnyTagClassName
{
color: #CFE850;
}
</style>
background-color css
<style>
a { background-color: #CFE850; }
a { background-color: rgb(207,232,80); }
div.DivClassName
{
background-color: #CFE850;
}
.BgClassName
{
background-color: #CFE850;
}
</style>
border-color css
<style>
span { border-color: #CFE850; }
span { border-color: rgb(207,232,80); }
td.TdClassName
{
border-color: #CFE850;
}
.TagClassName
{
border-color: #CFE850;
}
</style>