Shades of Bitter Lemon #CFD233
Tints of Bitter Lemon #CFD233
RGB
CMYK
RGB Variations
Color information
#CFD233 (or 0xCFD233) is known color: Bitter Lemon. HEX triplet: CF, D2 and 33. RGB value is (207,210,51). Sum of RGB (Red+Green+Blue) = 207+210+51=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 51 (20.31% from 255 or 10.90% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD233 is #302DCC. Grayscale: #BFBFBF. Windows color (decimal): -3157453 or 3396303. OLE color: 3396303.
HSL color Cylindrical-coordinate representation of color #CFD233: hue angle of 61.13º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFD233 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 51 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.18 |
| HSL | 61.13º | 0.64% | 0.51% | - |
| HSV(B) | 61.13º | 0.76% | 0.82% | - |
| XYZ | 49.38 | 59.6 | 12.03 | - |
| YUV | 190.98 | 49.01 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 51 | 0.01 | 0 | 0.76 | 0.18 | 61.13 | 0.64 | 0.51 |
| Hex | CF | D2 | 33 | 1 | 0 | 4C | 12 | 3D | 40 | 33 |
| Octal | 317 | 322 | 63 | 1 | 0 | 114 | 22 | 75 | 100 | 63 |
| Binary | 11001111 | 11010010 | 110011 | 1 | 0 | 1001100 | 10010 | 111101 | 1000000 | 110011 |
Color Harmonies of #CFD233
Complementary color
Monochromatic Colors of #CFD233
Black with #CFD233
Text Example
Text Example
White with #CFD233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD233; }
p { color: rgb(207,210,51); }
H1.HeaderClassName
{
color: #CFD233;
}
.AnyTagClassName
{
color: #CFD233;
}
</style>
background-color css
<style>
a { background-color: #CFD233; }
a { background-color: rgb(207,210,51); }
div.DivClassName
{
background-color: #CFD233;
}
.BgClassName
{
background-color: #CFD233;
}
</style>
border-color css
<style>
span { border-color: #CFD233; }
span { border-color: rgb(207,210,51); }
td.TdClassName
{
border-color: #CFD233;
}
.TagClassName
{
border-color: #CFD233;
}
</style>