Shades of Las Palmas #CBE34C
Tints of Las Palmas #CBE34C
RGB
CMYK
RGB Variations
Color information
#CBE34C (or 0xCBE34C) is known color: Las Palmas. HEX triplet: CB, E3 and 4C. RGB value is (203,227,76). Sum of RGB (Red+Green+Blue) = 203+227+76=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 76 (30.08% from 255 or 15.02% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE34C is #341CB3. Grayscale: #CBCBCB. Windows color (decimal): -3415220 or 5039051. OLE color: 5039051.
HSL color Cylindrical-coordinate representation of color #CBE34C: hue angle of 69.54º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBE34C is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 76 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.11 |
| HSL | 69.54º | 0.73% | 0.59% | - |
| HSV(B) | 69.54º | 0.67% | 0.89% | - |
| XYZ | 53.4 | 68.16 | 17.18 | - |
| YUV | 202.61 | 56.55 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 76 | 0.11 | 0 | 0.67 | 0.11 | 69.54 | 0.73 | 0.59 |
| Hex | CB | E3 | 4C | B | 0 | 43 | B | 46 | 49 | 3B |
| Octal | 313 | 343 | 114 | 13 | 0 | 103 | 13 | 106 | 111 | 73 |
| Binary | 11001011 | 11100011 | 1001100 | 1011 | 0 | 1000011 | 1011 | 1000110 | 1001001 | 111011 |
Color Harmonies of #CBE34C
Complementary color
Monochromatic Colors of #CBE34C
Black with #CBE34C
Text Example
Text Example
White with #CBE34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE34C; }
p { color: rgb(203,227,76); }
H1.HeaderClassName
{
color: #CBE34C;
}
.AnyTagClassName
{
color: #CBE34C;
}
</style>
background-color css
<style>
a { background-color: #CBE34C; }
a { background-color: rgb(203,227,76); }
div.DivClassName
{
background-color: #CBE34C;
}
.BgClassName
{
background-color: #CBE34C;
}
</style>
border-color css
<style>
span { border-color: #CBE34C; }
span { border-color: rgb(203,227,76); }
td.TdClassName
{
border-color: #CBE34C;
}
.TagClassName
{
border-color: #CBE34C;
}
</style>