Shades of Las Palmas #CFE44D
Tints of Las Palmas #CFE44D
RGB
CMYK
RGB Variations
Color information
#CFE44D (or 0xCFE44D) is known color: Las Palmas. HEX triplet: CF, E4 and 4D. RGB value is (207,228,77). Sum of RGB (Red+Green+Blue) = 207+228+77=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 228 (89.45% from 255 or 44.53% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE44D is #301BB2. Grayscale: #CDCDCD. Windows color (decimal): -3152819 or 5104847. OLE color: 5104847.
HSL color Cylindrical-coordinate representation of color #CFE44D: hue angle of 68.34º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFE44D is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 77 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.11 |
| HSL | 68.34º | 0.74% | 0.6% | - |
| HSV(B) | 68.34º | 0.66% | 0.89% | - |
| XYZ | 54.82 | 69.29 | 17.51 | - |
| YUV | 204.51 | 56.04 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 77 | 0.09 | 0 | 0.66 | 0.11 | 68.34 | 0.74 | 0.6 |
| Hex | CF | E4 | 4D | 9 | 0 | 42 | B | 44 | 4A | 3C |
| Octal | 317 | 344 | 115 | 11 | 0 | 102 | 13 | 104 | 112 | 74 |
| Binary | 11001111 | 11100100 | 1001101 | 1001 | 0 | 1000010 | 1011 | 1000100 | 1001010 | 111100 |
Color Harmonies of #CFE44D
Complementary color
Monochromatic Colors of #CFE44D
Black with #CFE44D
Text Example
Text Example
White with #CFE44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE44D; }
p { color: rgb(207,228,77); }
H1.HeaderClassName
{
color: #CFE44D;
}
.AnyTagClassName
{
color: #CFE44D;
}
</style>
background-color css
<style>
a { background-color: #CFE44D; }
a { background-color: rgb(207,228,77); }
div.DivClassName
{
background-color: #CFE44D;
}
.BgClassName
{
background-color: #CFE44D;
}
</style>
border-color css
<style>
span { border-color: #CFE44D; }
span { border-color: rgb(207,228,77); }
td.TdClassName
{
border-color: #CFE44D;
}
.TagClassName
{
border-color: #CFE44D;
}
</style>