Shades of Las Palmas #CCD74B
Tints of Las Palmas #CCD74B
RGB
CMYK
RGB Variations
Color information
#CCD74B (or 0xCCD74B) is known color: Las Palmas. HEX triplet: CC, D7 and 4B. RGB value is (204,215,75). Sum of RGB (Red+Green+Blue) = 204+215+75=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 75 (29.69% from 255 or 15.18% from 494); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD74B is #3328B4. Grayscale: #C4C4C4. Windows color (decimal): -3352757 or 4970444. OLE color: 4970444.
HSL color Cylindrical-coordinate representation of color #CCD74B: hue angle of 64.71º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCD74B is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 75 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.16 |
| HSL | 64.71º | 0.64% | 0.57% | - |
| HSV(B) | 64.71º | 0.65% | 0.84% | - |
| XYZ | 50.47 | 61.95 | 15.95 | - |
| YUV | 195.75 | 59.86 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 75 | 0.05 | 0 | 0.65 | 0.16 | 64.71 | 0.64 | 0.57 |
| Hex | CC | D7 | 4B | 5 | 0 | 41 | 10 | 41 | 40 | 39 |
| Octal | 314 | 327 | 113 | 5 | 0 | 101 | 20 | 101 | 100 | 71 |
| Binary | 11001100 | 11010111 | 1001011 | 101 | 0 | 1000001 | 10000 | 1000001 | 1000000 | 111001 |
Color Harmonies of #CCD74B
Complementary color
Monochromatic Colors of #CCD74B
Black with #CCD74B
Text Example
Text Example
White with #CCD74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD74B; }
p { color: rgb(204,215,75); }
H1.HeaderClassName
{
color: #CCD74B;
}
.AnyTagClassName
{
color: #CCD74B;
}
</style>
background-color css
<style>
a { background-color: #CCD74B; }
a { background-color: rgb(204,215,75); }
div.DivClassName
{
background-color: #CCD74B;
}
.BgClassName
{
background-color: #CCD74B;
}
</style>
border-color css
<style>
span { border-color: #CCD74B; }
span { border-color: rgb(204,215,75); }
td.TdClassName
{
border-color: #CCD74B;
}
.TagClassName
{
border-color: #CCD74B;
}
</style>