Shades of Pear #CEDF28
Tints of Pear #CEDF28
RGB
CMYK
RGB Variations
Color information
#CEDF28 (or 0xCEDF28) is known color: Pear. HEX triplet: CE, DF and 28. RGB value is (206,223,40). Sum of RGB (Red+Green+Blue) = 206+223+40=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDF28 is #3120D7. Grayscale: #C5C5C5. Windows color (decimal): -3219672 or 2678734. OLE color: 2678734.
HSL color Cylindrical-coordinate representation of color #CEDF28: hue angle of 65.57º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEDF28 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 40 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.13 |
| HSL | 65.57º | 0.74% | 0.52% | - |
| HSV(B) | 65.57º | 0.82% | 0.87% | - |
| XYZ | 52.22 | 66.05 | 12 | - |
| YUV | 197.06 | 39.37 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 40 | 0.08 | 0 | 0.82 | 0.13 | 65.57 | 0.74 | 0.52 |
| Hex | CE | DF | 28 | 8 | 0 | 52 | D | 42 | 4A | 34 |
| Octal | 316 | 337 | 50 | 10 | 0 | 122 | 15 | 102 | 112 | 64 |
| Binary | 11001110 | 11011111 | 101000 | 1000 | 0 | 1010010 | 1101 | 1000010 | 1001010 | 110100 |
Color Harmonies of #CEDF28
Complementary color
Monochromatic Colors of #CEDF28
Black with #CEDF28
Text Example
Text Example
White with #CEDF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF28; }
p { color: rgb(206,223,40); }
H1.HeaderClassName
{
color: #CEDF28;
}
.AnyTagClassName
{
color: #CEDF28;
}
</style>
background-color css
<style>
a { background-color: #CEDF28; }
a { background-color: rgb(206,223,40); }
div.DivClassName
{
background-color: #CEDF28;
}
.BgClassName
{
background-color: #CEDF28;
}
</style>
border-color css
<style>
span { border-color: #CEDF28; }
span { border-color: rgb(206,223,40); }
td.TdClassName
{
border-color: #CEDF28;
}
.TagClassName
{
border-color: #CEDF28;
}
</style>