Shades of Bitter Lemon #CED425
Tints of Bitter Lemon #CED425
RGB
CMYK
RGB Variations
Color information
#CED425 (or 0xCED425) is known color: Bitter Lemon. HEX triplet: CE, D4 and 25. RGB value is (206,212,37). Sum of RGB (Red+Green+Blue) = 206+212+37=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 37 (14.84% from 255 or 8.13% from 455); Max value from RGB is 212 - color contains mainly: green. Hex color #CED425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED425 is #312BDA. Grayscale: #BEBEBE. Windows color (decimal): -3222491 or 2479310. OLE color: 2479310.
HSL color Cylindrical-coordinate representation of color #CED425: hue angle of 62.06º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CED425 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 37 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.17 |
| HSL | 62.06º | 0.7% | 0.49% | - |
| HSV(B) | 62.06º | 0.83% | 0.83% | - |
| XYZ | 49.33 | 60.34 | 10.8 | - |
| YUV | 190.26 | 41.51 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 37 | 0.03 | 0 | 0.83 | 0.17 | 62.06 | 0.7 | 0.49 |
| Hex | CE | D4 | 25 | 3 | 0 | 53 | 11 | 3E | 46 | 31 |
| Octal | 316 | 324 | 45 | 3 | 0 | 123 | 21 | 76 | 106 | 61 |
| Binary | 11001110 | 11010100 | 100101 | 11 | 0 | 1010011 | 10001 | 111110 | 1000110 | 110001 |
Color Harmonies of #CED425
Complementary color
Monochromatic Colors of #CED425
Black with #CED425
Text Example
Text Example
White with #CED425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED425; }
p { color: rgb(206,212,37); }
H1.HeaderClassName
{
color: #CED425;
}
.AnyTagClassName
{
color: #CED425;
}
</style>
background-color css
<style>
a { background-color: #CED425; }
a { background-color: rgb(206,212,37); }
div.DivClassName
{
background-color: #CED425;
}
.BgClassName
{
background-color: #CED425;
}
</style>
border-color css
<style>
span { border-color: #CED425; }
span { border-color: rgb(206,212,37); }
td.TdClassName
{
border-color: #CED425;
}
.TagClassName
{
border-color: #CED425;
}
</style>