Shades of Las Palmas #CFE54D
Tints of Las Palmas #CFE54D
RGB
CMYK
RGB Variations
Color information
#CFE54D (or 0xCFE54D) is known color: Las Palmas. HEX triplet: CF, E5 and 4D. RGB value is (207,229,77). Sum of RGB (Red+Green+Blue) = 207+229+77=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 77 (30.47% from 255 or 15.01% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE54D is #301AB2. Grayscale: #CDCDCD. Windows color (decimal): -3152563 or 5105103. OLE color: 5105103.
HSL color Cylindrical-coordinate representation of color #CFE54D: hue angle of 68.68º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFE54D is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 77 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.10 |
| HSL | 68.68º | 0.75% | 0.6% | - |
| HSV(B) | 68.68º | 0.66% | 0.9% | - |
| XYZ | 55.09 | 69.84 | 17.6 | - |
| YUV | 205.09 | 55.71 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 77 | 0.10 | 0 | 0.66 | 0.10 | 68.68 | 0.75 | 0.6 |
| Hex | CF | E5 | 4D | A | 0 | 42 | A | 45 | 4B | 3C |
| Octal | 317 | 345 | 115 | 12 | 0 | 102 | 12 | 105 | 113 | 74 |
| Binary | 11001111 | 11100101 | 1001101 | 1010 | 0 | 1000010 | 1010 | 1000101 | 1001011 | 111100 |
Color Harmonies of #CFE54D
Complementary color
Monochromatic Colors of #CFE54D
Black with #CFE54D
Text Example
Text Example
White with #CFE54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE54D; }
p { color: rgb(207,229,77); }
H1.HeaderClassName
{
color: #CFE54D;
}
.AnyTagClassName
{
color: #CFE54D;
}
</style>
background-color css
<style>
a { background-color: #CFE54D; }
a { background-color: rgb(207,229,77); }
div.DivClassName
{
background-color: #CFE54D;
}
.BgClassName
{
background-color: #CFE54D;
}
</style>
border-color css
<style>
span { border-color: #CFE54D; }
span { border-color: rgb(207,229,77); }
td.TdClassName
{
border-color: #CFE54D;
}
.TagClassName
{
border-color: #CFE54D;
}
</style>