Shades of Las Palmas #CFE94C
Tints of Las Palmas #CFE94C
RGB
CMYK
RGB Variations
Color information
#CFE94C (or 0xCFE94C) is known color: Las Palmas. HEX triplet: CF, E9 and 4C. RGB value is (207,233,76). Sum of RGB (Red+Green+Blue) = 207+233+76=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 76 (30.08% from 255 or 14.73% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE94C is #3016B3. Grayscale: #CFCFCF. Windows color (decimal): -3151540 or 5040591. OLE color: 5040591.
HSL color Cylindrical-coordinate representation of color #CFE94C: hue angle of 69.94º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFE94C is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 76 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.09 |
| HSL | 69.94º | 0.78% | 0.61% | - |
| HSV(B) | 69.94º | 0.67% | 0.91% | - |
| XYZ | 56.18 | 72.07 | 17.79 | - |
| YUV | 207.33 | 53.89 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 76 | 0.11 | 0 | 0.67 | 0.09 | 69.94 | 0.78 | 0.61 |
| Hex | CF | E9 | 4C | B | 0 | 43 | 9 | 46 | 4E | 3D |
| Octal | 317 | 351 | 114 | 13 | 0 | 103 | 11 | 106 | 116 | 75 |
| Binary | 11001111 | 11101001 | 1001100 | 1011 | 0 | 1000011 | 1001 | 1000110 | 1001110 | 111101 |
Color Harmonies of #CFE94C
Complementary color
Monochromatic Colors of #CFE94C
Black with #CFE94C
Text Example
Text Example
White with #CFE94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE94C; }
p { color: rgb(207,233,76); }
H1.HeaderClassName
{
color: #CFE94C;
}
.AnyTagClassName
{
color: #CFE94C;
}
</style>
background-color css
<style>
a { background-color: #CFE94C; }
a { background-color: rgb(207,233,76); }
div.DivClassName
{
background-color: #CFE94C;
}
.BgClassName
{
background-color: #CFE94C;
}
</style>
border-color css
<style>
span { border-color: #CFE94C; }
span { border-color: rgb(207,233,76); }
td.TdClassName
{
border-color: #CFE94C;
}
.TagClassName
{
border-color: #CFE94C;
}
</style>