Shades of Bitter Lemon #CFD429
Tints of Bitter Lemon #CFD429
RGB
CMYK
RGB Variations
Color information
#CFD429 (or 0xCFD429) is known color: Bitter Lemon. HEX triplet: CF, D4 and 29. RGB value is (207,212,41). Sum of RGB (Red+Green+Blue) = 207+212+41=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 41 (16.41% from 255 or 8.91% from 460); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD429 is #302BD6. Grayscale: #BFBFBF. Windows color (decimal): -3156951 or 2741455. OLE color: 2741455.
HSL color Cylindrical-coordinate representation of color #CFD429: hue angle of 61.75º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFD429 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 41 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.17 |
| HSL | 61.75º | 0.68% | 0.5% | - |
| HSV(B) | 61.75º | 0.81% | 0.83% | - |
| XYZ | 49.68 | 60.51 | 11.16 | - |
| YUV | 191.01 | 43.34 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 41 | 0.02 | 0 | 0.81 | 0.17 | 61.75 | 0.68 | 0.5 |
| Hex | CF | D4 | 29 | 2 | 0 | 51 | 11 | 3E | 44 | 32 |
| Octal | 317 | 324 | 51 | 2 | 0 | 121 | 21 | 76 | 104 | 62 |
| Binary | 11001111 | 11010100 | 101001 | 10 | 0 | 1010001 | 10001 | 111110 | 1000100 | 110010 |
Color Harmonies of #CFD429
Complementary color
Monochromatic Colors of #CFD429
Black with #CFD429
Text Example
Text Example
White with #CFD429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD429; }
p { color: rgb(207,212,41); }
H1.HeaderClassName
{
color: #CFD429;
}
.AnyTagClassName
{
color: #CFD429;
}
</style>
background-color css
<style>
a { background-color: #CFD429; }
a { background-color: rgb(207,212,41); }
div.DivClassName
{
background-color: #CFD429;
}
.BgClassName
{
background-color: #CFD429;
}
</style>
border-color css
<style>
span { border-color: #CFD429; }
span { border-color: rgb(207,212,41); }
td.TdClassName
{
border-color: #CFD429;
}
.TagClassName
{
border-color: #CFD429;
}
</style>