Shades of Las Palmas #C8DF38
Tints of Las Palmas #C8DF38
RGB
CMYK
RGB Variations
Color information
#C8DF38 (or 0xC8DF38) is known color: Las Palmas. HEX triplet: C8, DF and 38. RGB value is (200,223,56). Sum of RGB (Red+Green+Blue) = 200+223+56=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 56 (22.27% from 255 or 11.69% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DF38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DF38 is #3720C7. Grayscale: #C5C5C5. Windows color (decimal): -3612872 or 3727304. OLE color: 3727304.
HSL color Cylindrical-coordinate representation of color #C8DF38: hue angle of 68.26º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8DF38 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 223 | 56 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.13 |
| HSL | 68.26º | 0.72% | 0.55% | - |
| HSV(B) | 68.26º | 0.75% | 0.87% | - |
| XYZ | 50.92 | 65.34 | 13.67 | - |
| YUV | 197.09 | 48.38 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 223 | 56 | 0.10 | 0 | 0.75 | 0.13 | 68.26 | 0.72 | 0.55 |
| Hex | C8 | DF | 38 | A | 0 | 4B | D | 44 | 48 | 37 |
| Octal | 310 | 337 | 70 | 12 | 0 | 113 | 15 | 104 | 110 | 67 |
| Binary | 11001000 | 11011111 | 111000 | 1010 | 0 | 1001011 | 1101 | 1000100 | 1001000 | 110111 |
Color Harmonies of #C8DF38
Complementary color
Monochromatic Colors of #C8DF38
Black with #C8DF38
Text Example
Text Example
White with #C8DF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DF38; }
p { color: rgb(200,223,56); }
H1.HeaderClassName
{
color: #C8DF38;
}
.AnyTagClassName
{
color: #C8DF38;
}
</style>
background-color css
<style>
a { background-color: #C8DF38; }
a { background-color: rgb(200,223,56); }
div.DivClassName
{
background-color: #C8DF38;
}
.BgClassName
{
background-color: #C8DF38;
}
</style>
border-color css
<style>
span { border-color: #C8DF38; }
span { border-color: rgb(200,223,56); }
td.TdClassName
{
border-color: #C8DF38;
}
.TagClassName
{
border-color: #C8DF38;
}
</style>