Shades of Bitter Lemon #CDD727
Tints of Bitter Lemon #CDD727
RGB
CMYK
RGB Variations
Color information
#CDD727 (or 0xCDD727) is known color: Bitter Lemon. HEX triplet: CD, D7 and 27. RGB value is (205,215,39). Sum of RGB (Red+Green+Blue) = 205+215+39=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 39 (15.62% from 255 or 8.50% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD727 is #3228D8. Grayscale: #C0C0C0. Windows color (decimal): -3287257 or 2611149. OLE color: 2611149.
HSL color Cylindrical-coordinate representation of color #CDD727: hue angle of 63.41º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDD727 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 39 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.16 |
| HSL | 63.41º | 0.69% | 0.5% | - |
| HSV(B) | 63.41º | 0.82% | 0.84% | - |
| XYZ | 49.84 | 61.73 | 11.21 | - |
| YUV | 191.95 | 41.69 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 39 | 0.05 | 0 | 0.82 | 0.16 | 63.41 | 0.69 | 0.5 |
| Hex | CD | D7 | 27 | 5 | 0 | 52 | 10 | 3F | 45 | 32 |
| Octal | 315 | 327 | 47 | 5 | 0 | 122 | 20 | 77 | 105 | 62 |
| Binary | 11001101 | 11010111 | 100111 | 101 | 0 | 1010010 | 10000 | 111111 | 1000101 | 110010 |
Color Harmonies of #CDD727
Complementary color
Monochromatic Colors of #CDD727
Black with #CDD727
Text Example
Text Example
White with #CDD727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD727; }
p { color: rgb(205,215,39); }
H1.HeaderClassName
{
color: #CDD727;
}
.AnyTagClassName
{
color: #CDD727;
}
</style>
background-color css
<style>
a { background-color: #CDD727; }
a { background-color: rgb(205,215,39); }
div.DivClassName
{
background-color: #CDD727;
}
.BgClassName
{
background-color: #CDD727;
}
</style>
border-color css
<style>
span { border-color: #CDD727; }
span { border-color: rgb(205,215,39); }
td.TdClassName
{
border-color: #CDD727;
}
.TagClassName
{
border-color: #CDD727;
}
</style>