Shades of Las Palmas #CFE547
Tints of Las Palmas #CFE547
RGB
CMYK
RGB Variations
Color information
#CFE547 (or 0xCFE547) is known color: Las Palmas. HEX triplet: CF, E5 and 47. RGB value is (207,229,71). Sum of RGB (Red+Green+Blue) = 207+229+71=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 71 (28.12% from 255 or 14.00% from 507); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE547 is #301AB8. Grayscale: #CDCDCD. Windows color (decimal): -3152569 or 4711887. OLE color: 4711887.
HSL color Cylindrical-coordinate representation of color #CFE547: hue angle of 68.35º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFE547 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 71 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.10 |
| HSL | 68.35º | 0.75% | 0.59% | - |
| HSV(B) | 68.35º | 0.69% | 0.9% | - |
| XYZ | 54.89 | 69.76 | 16.53 | - |
| YUV | 204.41 | 52.71 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 71 | 0.10 | 0 | 0.69 | 0.10 | 68.35 | 0.75 | 0.59 |
| Hex | CF | E5 | 47 | A | 0 | 45 | A | 44 | 4B | 3B |
| Octal | 317 | 345 | 107 | 12 | 0 | 105 | 12 | 104 | 113 | 73 |
| Binary | 11001111 | 11100101 | 1000111 | 1010 | 0 | 1000101 | 1010 | 1000100 | 1001011 | 111011 |
Color Harmonies of #CFE547
Complementary color
Monochromatic Colors of #CFE547
Black with #CFE547
Text Example
Text Example
White with #CFE547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE547; }
p { color: rgb(207,229,71); }
H1.HeaderClassName
{
color: #CFE547;
}
.AnyTagClassName
{
color: #CFE547;
}
</style>
background-color css
<style>
a { background-color: #CFE547; }
a { background-color: rgb(207,229,71); }
div.DivClassName
{
background-color: #CFE547;
}
.BgClassName
{
background-color: #CFE547;
}
</style>
border-color css
<style>
span { border-color: #CFE547; }
span { border-color: rgb(207,229,71); }
td.TdClassName
{
border-color: #CFE547;
}
.TagClassName
{
border-color: #CFE547;
}
</style>