Shades of Las Palmas #CBE04D
Tints of Las Palmas #CBE04D
RGB
CMYK
RGB Variations
Color information
#CBE04D (or 0xCBE04D) is known color: Las Palmas. HEX triplet: CB, E0 and 4D. RGB value is (203,224,77). Sum of RGB (Red+Green+Blue) = 203+224+77=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 77 (30.47% from 255 or 15.28% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE04D is #341FB2. Grayscale: #C9C9C9. Windows color (decimal): -3415987 or 5103819. OLE color: 5103819.
HSL color Cylindrical-coordinate representation of color #CBE04D: hue angle of 68.57º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBE04D is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 77 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.12 |
| HSL | 68.57º | 0.7% | 0.59% | - |
| HSV(B) | 68.57º | 0.66% | 0.88% | - |
| XYZ | 52.62 | 66.54 | 17.09 | - |
| YUV | 200.96 | 58.04 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 77 | 0.09 | 0 | 0.66 | 0.12 | 68.57 | 0.7 | 0.59 |
| Hex | CB | E0 | 4D | 9 | 0 | 42 | C | 45 | 46 | 3B |
| Octal | 313 | 340 | 115 | 11 | 0 | 102 | 14 | 105 | 106 | 73 |
| Binary | 11001011 | 11100000 | 1001101 | 1001 | 0 | 1000010 | 1100 | 1000101 | 1000110 | 111011 |
Color Harmonies of #CBE04D
Complementary color
Monochromatic Colors of #CBE04D
Black with #CBE04D
Text Example
Text Example
White with #CBE04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE04D; }
p { color: rgb(203,224,77); }
H1.HeaderClassName
{
color: #CBE04D;
}
.AnyTagClassName
{
color: #CBE04D;
}
</style>
background-color css
<style>
a { background-color: #CBE04D; }
a { background-color: rgb(203,224,77); }
div.DivClassName
{
background-color: #CBE04D;
}
.BgClassName
{
background-color: #CBE04D;
}
</style>
border-color css
<style>
span { border-color: #CBE04D; }
span { border-color: rgb(203,224,77); }
td.TdClassName
{
border-color: #CBE04D;
}
.TagClassName
{
border-color: #CBE04D;
}
</style>