Shades of Las Palmas #C6DF4B
Tints of Las Palmas #C6DF4B
RGB
CMYK
RGB Variations
Color information
#C6DF4B (or 0xC6DF4B) is known color: Las Palmas. HEX triplet: C6, DF and 4B. RGB value is (198,223,75). Sum of RGB (Red+Green+Blue) = 198+223+75=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DF4B is #3920B4. Grayscale: #C7C7C7. Windows color (decimal): -3743925 or 4972486. OLE color: 4972486.
HSL color Cylindrical-coordinate representation of color #C6DF4B: hue angle of 70.14º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C6DF4B is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 75 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.13 |
| HSL | 70.14º | 0.7% | 0.58% | - |
| HSV(B) | 70.14º | 0.66% | 0.87% | - |
| XYZ | 50.95 | 65.29 | 16.57 | - |
| YUV | 198.65 | 58.22 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 75 | 0.11 | 0 | 0.66 | 0.13 | 70.14 | 0.7 | 0.58 |
| Hex | C6 | DF | 4B | B | 0 | 42 | D | 46 | 46 | 3A |
| Octal | 306 | 337 | 113 | 13 | 0 | 102 | 15 | 106 | 106 | 72 |
| Binary | 11000110 | 11011111 | 1001011 | 1011 | 0 | 1000010 | 1101 | 1000110 | 1000110 | 111010 |
Color Harmonies of #C6DF4B
Complementary color
Monochromatic Colors of #C6DF4B
Black with #C6DF4B
Text Example
Text Example
White with #C6DF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DF4B; }
p { color: rgb(198,223,75); }
H1.HeaderClassName
{
color: #C6DF4B;
}
.AnyTagClassName
{
color: #C6DF4B;
}
</style>
background-color css
<style>
a { background-color: #C6DF4B; }
a { background-color: rgb(198,223,75); }
div.DivClassName
{
background-color: #C6DF4B;
}
.BgClassName
{
background-color: #C6DF4B;
}
</style>
border-color css
<style>
span { border-color: #C6DF4B; }
span { border-color: rgb(198,223,75); }
td.TdClassName
{
border-color: #C6DF4B;
}
.TagClassName
{
border-color: #C6DF4B;
}
</style>