Shades of Las Palmas #CBE04B
Tints of Las Palmas #CBE04B
RGB
CMYK
RGB Variations
Color information
#CBE04B (or 0xCBE04B) is known color: Las Palmas. HEX triplet: CB, E0 and 4B. RGB value is (203,224,75). Sum of RGB (Red+Green+Blue) = 203+224+75=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 75 (29.69% from 255 or 14.94% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE04B is #341FB4. Grayscale: #C9C9C9. Windows color (decimal): -3415989 or 4972747. OLE color: 4972747.
HSL color Cylindrical-coordinate representation of color #CBE04B: hue angle of 68.46º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBE04B is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 75 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.12 |
| HSL | 68.46º | 0.71% | 0.59% | - |
| HSV(B) | 68.46º | 0.67% | 0.88% | - |
| XYZ | 52.55 | 66.52 | 16.73 | - |
| YUV | 200.74 | 57.04 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 75 | 0.09 | 0 | 0.67 | 0.12 | 68.46 | 0.71 | 0.59 |
| Hex | CB | E0 | 4B | 9 | 0 | 43 | C | 44 | 47 | 3B |
| Octal | 313 | 340 | 113 | 11 | 0 | 103 | 14 | 104 | 107 | 73 |
| Binary | 11001011 | 11100000 | 1001011 | 1001 | 0 | 1000011 | 1100 | 1000100 | 1000111 | 111011 |
Color Harmonies of #CBE04B
Complementary color
Monochromatic Colors of #CBE04B
Black with #CBE04B
Text Example
Text Example
White with #CBE04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE04B; }
p { color: rgb(203,224,75); }
H1.HeaderClassName
{
color: #CBE04B;
}
.AnyTagClassName
{
color: #CBE04B;
}
</style>
background-color css
<style>
a { background-color: #CBE04B; }
a { background-color: rgb(203,224,75); }
div.DivClassName
{
background-color: #CBE04B;
}
.BgClassName
{
background-color: #CBE04B;
}
</style>
border-color css
<style>
span { border-color: #CBE04B; }
span { border-color: rgb(203,224,75); }
td.TdClassName
{
border-color: #CBE04B;
}
.TagClassName
{
border-color: #CBE04B;
}
</style>