Shades of Las Palmas #CFE044
Tints of Las Palmas #CFE044
RGB
CMYK
RGB Variations
Color information
#CFE044 (or 0xCFE044) is known color: Las Palmas. HEX triplet: CF, E0 and 44. RGB value is (207,224,68). Sum of RGB (Red+Green+Blue) = 207+224+68=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 68 (26.95% from 255 or 13.63% from 499); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE044 is #301FBB. Grayscale: #C9C9C9. Windows color (decimal): -3153852 or 4513999. OLE color: 4513999.
HSL color Cylindrical-coordinate representation of color #CFE044: hue angle of 66.54º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFE044 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 68 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.12 |
| HSL | 66.54º | 0.72% | 0.57% | - |
| HSV(B) | 66.54º | 0.7% | 0.88% | - |
| XYZ | 53.43 | 66.99 | 15.58 | - |
| YUV | 201.13 | 52.87 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 68 | 0.08 | 0 | 0.70 | 0.12 | 66.54 | 0.72 | 0.57 |
| Hex | CF | E0 | 44 | 8 | 0 | 46 | C | 43 | 48 | 39 |
| Octal | 317 | 340 | 104 | 10 | 0 | 106 | 14 | 103 | 110 | 71 |
| Binary | 11001111 | 11100000 | 1000100 | 1000 | 0 | 1000110 | 1100 | 1000011 | 1001000 | 111001 |
Color Harmonies of #CFE044
Complementary color
Monochromatic Colors of #CFE044
Black with #CFE044
Text Example
Text Example
White with #CFE044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE044; }
p { color: rgb(207,224,68); }
H1.HeaderClassName
{
color: #CFE044;
}
.AnyTagClassName
{
color: #CFE044;
}
</style>
background-color css
<style>
a { background-color: #CFE044; }
a { background-color: rgb(207,224,68); }
div.DivClassName
{
background-color: #CFE044;
}
.BgClassName
{
background-color: #CFE044;
}
</style>
border-color css
<style>
span { border-color: #CFE044; }
span { border-color: rgb(207,224,68); }
td.TdClassName
{
border-color: #CFE044;
}
.TagClassName
{
border-color: #CFE044;
}
</style>