Shades of Pear #CEDF21
Tints of Pear #CEDF21
RGB
CMYK
RGB Variations
Color information
#CEDF21 (or 0xCEDF21) is known color: Pear. HEX triplet: CE, DF and 21. RGB value is (206,223,33). Sum of RGB (Red+Green+Blue) = 206+223+33=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 33 (13.28% from 255 or 7.14% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDF21 is #3120DE. Grayscale: #C5C5C5. Windows color (decimal): -3219679 or 2219982. OLE color: 2219982.
HSL color Cylindrical-coordinate representation of color #CEDF21: hue angle of 65.37º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEDF21 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 33 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.13 |
| HSL | 65.37º | 0.75% | 0.5% | - |
| HSV(B) | 65.37º | 0.85% | 0.87% | - |
| XYZ | 52.12 | 66.01 | 11.43 | - |
| YUV | 196.26 | 35.87 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 33 | 0.08 | 0 | 0.85 | 0.13 | 65.37 | 0.75 | 0.5 |
| Hex | CE | DF | 21 | 8 | 0 | 55 | D | 41 | 4B | 32 |
| Octal | 316 | 337 | 41 | 10 | 0 | 125 | 15 | 101 | 113 | 62 |
| Binary | 11001110 | 11011111 | 100001 | 1000 | 0 | 1010101 | 1101 | 1000001 | 1001011 | 110010 |
Color Harmonies of #CEDF21
Complementary color
Monochromatic Colors of #CEDF21
Black with #CEDF21
Text Example
Text Example
White with #CEDF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF21; }
p { color: rgb(206,223,33); }
H1.HeaderClassName
{
color: #CEDF21;
}
.AnyTagClassName
{
color: #CEDF21;
}
</style>
background-color css
<style>
a { background-color: #CEDF21; }
a { background-color: rgb(206,223,33); }
div.DivClassName
{
background-color: #CEDF21;
}
.BgClassName
{
background-color: #CEDF21;
}
</style>
border-color css
<style>
span { border-color: #CEDF21; }
span { border-color: rgb(206,223,33); }
td.TdClassName
{
border-color: #CEDF21;
}
.TagClassName
{
border-color: #CEDF21;
}
</style>