Shades of Las Palmas #CFE94B
Tints of Las Palmas #CFE94B
RGB
CMYK
RGB Variations
Color information
#CFE94B (or 0xCFE94B) is known color: Las Palmas. HEX triplet: CF, E9 and 4B. RGB value is (207,233,75). Sum of RGB (Red+Green+Blue) = 207+233+75=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 75 (29.69% from 255 or 14.56% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE94B is #3016B4. Grayscale: #CFCFCF. Windows color (decimal): -3151541 or 4975055. OLE color: 4975055.
HSL color Cylindrical-coordinate representation of color #CFE94B: hue angle of 69.87º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFE94B is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 75 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.09 |
| HSL | 69.87º | 0.78% | 0.6% | - |
| HSV(B) | 69.87º | 0.68% | 0.91% | - |
| XYZ | 56.14 | 72.05 | 17.6 | - |
| YUV | 207.21 | 53.39 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 75 | 0.11 | 0 | 0.68 | 0.09 | 69.87 | 0.78 | 0.6 |
| Hex | CF | E9 | 4B | B | 0 | 44 | 9 | 46 | 4E | 3C |
| Octal | 317 | 351 | 113 | 13 | 0 | 104 | 11 | 106 | 116 | 74 |
| Binary | 11001111 | 11101001 | 1001011 | 1011 | 0 | 1000100 | 1001 | 1000110 | 1001110 | 111100 |
Color Harmonies of #CFE94B
Complementary color
Monochromatic Colors of #CFE94B
Black with #CFE94B
Text Example
Text Example
White with #CFE94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE94B; }
p { color: rgb(207,233,75); }
H1.HeaderClassName
{
color: #CFE94B;
}
.AnyTagClassName
{
color: #CFE94B;
}
</style>
background-color css
<style>
a { background-color: #CFE94B; }
a { background-color: rgb(207,233,75); }
div.DivClassName
{
background-color: #CFE94B;
}
.BgClassName
{
background-color: #CFE94B;
}
</style>
border-color css
<style>
span { border-color: #CFE94B; }
span { border-color: rgb(207,233,75); }
td.TdClassName
{
border-color: #CFE94B;
}
.TagClassName
{
border-color: #CFE94B;
}
</style>