Shades of Las Palmas #CFE346
Tints of Las Palmas #CFE346
RGB
CMYK
RGB Variations
Color information
#CFE346 (or 0xCFE346) is known color: Las Palmas. HEX triplet: CF, E3 and 46. RGB value is (207,227,70). Sum of RGB (Red+Green+Blue) = 207+227+70=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 70 (27.73% from 255 or 13.89% from 504); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE346 is #301CB9. Grayscale: #CBCBCB. Windows color (decimal): -3153082 or 4645839. OLE color: 4645839.
HSL color Cylindrical-coordinate representation of color #CFE346: hue angle of 67.64º degrees, saturation: 0.74, 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 #CFE346 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 70 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.11 |
| HSL | 67.64º | 0.74% | 0.58% | - |
| HSV(B) | 67.64º | 0.69% | 0.89% | - |
| XYZ | 54.31 | 68.65 | 16.18 | - |
| YUV | 203.12 | 52.87 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 70 | 0.09 | 0 | 0.69 | 0.11 | 67.64 | 0.74 | 0.58 |
| Hex | CF | E3 | 46 | 9 | 0 | 45 | B | 44 | 4A | 3A |
| Octal | 317 | 343 | 106 | 11 | 0 | 105 | 13 | 104 | 112 | 72 |
| Binary | 11001111 | 11100011 | 1000110 | 1001 | 0 | 1000101 | 1011 | 1000100 | 1001010 | 111010 |
Color Harmonies of #CFE346
Complementary color
Monochromatic Colors of #CFE346
Black with #CFE346
Text Example
Text Example
White with #CFE346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE346; }
p { color: rgb(207,227,70); }
H1.HeaderClassName
{
color: #CFE346;
}
.AnyTagClassName
{
color: #CFE346;
}
</style>
background-color css
<style>
a { background-color: #CFE346; }
a { background-color: rgb(207,227,70); }
div.DivClassName
{
background-color: #CFE346;
}
.BgClassName
{
background-color: #CFE346;
}
</style>
border-color css
<style>
span { border-color: #CFE346; }
span { border-color: rgb(207,227,70); }
td.TdClassName
{
border-color: #CFE346;
}
.TagClassName
{
border-color: #CFE346;
}
</style>