Shades of Las Palmas #CFE74C
Tints of Las Palmas #CFE74C
RGB
CMYK
RGB Variations
Color information
#CFE74C (or 0xCFE74C) is known color: Las Palmas. HEX triplet: CF, E7 and 4C. RGB value is (207,231,76). Sum of RGB (Red+Green+Blue) = 207+231+76=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 231 (90.62% from 255 or 44.94% from 514); Blue value is 76 (30.08% from 255 or 14.79% from 514); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE74C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE74C is #3018B3. Grayscale: #CECECE. Windows color (decimal): -3152052 or 5040079. OLE color: 5040079.
HSL color Cylindrical-coordinate representation of color #CFE74C: hue angle of 69.29º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFE74C is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 76 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.09 |
| HSL | 69.29º | 0.76% | 0.6% | - |
| HSV(B) | 69.29º | 0.67% | 0.91% | - |
| XYZ | 55.61 | 70.94 | 17.6 | - |
| YUV | 206.15 | 54.55 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 76 | 0.10 | 0 | 0.67 | 0.09 | 69.29 | 0.76 | 0.6 |
| Hex | CF | E7 | 4C | A | 0 | 43 | 9 | 45 | 4C | 3C |
| Octal | 317 | 347 | 114 | 12 | 0 | 103 | 11 | 105 | 114 | 74 |
| Binary | 11001111 | 11100111 | 1001100 | 1010 | 0 | 1000011 | 1001 | 1000101 | 1001100 | 111100 |
Color Harmonies of #CFE74C
Complementary color
Monochromatic Colors of #CFE74C
Black with #CFE74C
Text Example
Text Example
White with #CFE74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE74C; }
p { color: rgb(207,231,76); }
H1.HeaderClassName
{
color: #CFE74C;
}
.AnyTagClassName
{
color: #CFE74C;
}
</style>
background-color css
<style>
a { background-color: #CFE74C; }
a { background-color: rgb(207,231,76); }
div.DivClassName
{
background-color: #CFE74C;
}
.BgClassName
{
background-color: #CFE74C;
}
</style>
border-color css
<style>
span { border-color: #CFE74C; }
span { border-color: rgb(207,231,76); }
td.TdClassName
{
border-color: #CFE74C;
}
.TagClassName
{
border-color: #CFE74C;
}
</style>