Shades of Las Palmas #C8DE4B
Tints of Las Palmas #C8DE4B
RGB
CMYK
RGB Variations
Color information
#C8DE4B (or 0xC8DE4B) is known color: Las Palmas. HEX triplet: C8, DE and 4B. RGB value is (200,222,75). Sum of RGB (Red+Green+Blue) = 200+222+75=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 75 (29.69% from 255 or 15.09% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DE4B is #3721B4. Grayscale: #C7C7C7. Windows color (decimal): -3613109 or 4972232. OLE color: 4972232.
HSL color Cylindrical-coordinate representation of color #C8DE4B: hue angle of 68.98º degrees, saturation: 0.69, 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 #C8DE4B is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 222 | 75 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.13 |
| HSL | 68.98º | 0.69% | 0.58% | - |
| HSV(B) | 68.98º | 0.66% | 0.87% | - |
| XYZ | 51.21 | 65.03 | 16.51 | - |
| YUV | 198.66 | 58.21 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 75 | 0.10 | 0 | 0.66 | 0.13 | 68.98 | 0.69 | 0.58 |
| Hex | C8 | DE | 4B | A | 0 | 42 | D | 45 | 45 | 3A |
| Octal | 310 | 336 | 113 | 12 | 0 | 102 | 15 | 105 | 105 | 72 |
| Binary | 11001000 | 11011110 | 1001011 | 1010 | 0 | 1000010 | 1101 | 1000101 | 1000101 | 111010 |
Color Harmonies of #C8DE4B
Complementary color
Monochromatic Colors of #C8DE4B
Black with #C8DE4B
Text Example
Text Example
White with #C8DE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DE4B; }
p { color: rgb(200,222,75); }
H1.HeaderClassName
{
color: #C8DE4B;
}
.AnyTagClassName
{
color: #C8DE4B;
}
</style>
background-color css
<style>
a { background-color: #C8DE4B; }
a { background-color: rgb(200,222,75); }
div.DivClassName
{
background-color: #C8DE4B;
}
.BgClassName
{
background-color: #C8DE4B;
}
</style>
border-color css
<style>
span { border-color: #C8DE4B; }
span { border-color: rgb(200,222,75); }
td.TdClassName
{
border-color: #C8DE4B;
}
.TagClassName
{
border-color: #C8DE4B;
}
</style>