Shades of Pear #CEDF33
Tints of Pear #CEDF33
RGB
CMYK
RGB Variations
Color information
#CEDF33 (or 0xCEDF33) is known color: Pear. HEX triplet: CE, DF and 33. RGB value is (206,223,51). Sum of RGB (Red+Green+Blue) = 206+223+51=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 51 (20.31% from 255 or 10.62% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDF33 is #3120CC. Grayscale: #C6C6C6. Windows color (decimal): -3219661 or 3399630. OLE color: 3399630.
HSL color Cylindrical-coordinate representation of color #CEDF33: hue angle of 65.93º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEDF33 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 51 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.13 |
| HSL | 65.93º | 0.73% | 0.54% | - |
| HSV(B) | 65.93º | 0.77% | 0.87% | - |
| XYZ | 52.44 | 66.14 | 13.13 | - |
| YUV | 198.31 | 44.87 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 51 | 0.08 | 0 | 0.77 | 0.13 | 65.93 | 0.73 | 0.54 |
| Hex | CE | DF | 33 | 8 | 0 | 4D | D | 42 | 49 | 36 |
| Octal | 316 | 337 | 63 | 10 | 0 | 115 | 15 | 102 | 111 | 66 |
| Binary | 11001110 | 11011111 | 110011 | 1000 | 0 | 1001101 | 1101 | 1000010 | 1001001 | 110110 |
Color Harmonies of #CEDF33
Complementary color
Monochromatic Colors of #CEDF33
Black with #CEDF33
Text Example
Text Example
White with #CEDF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF33; }
p { color: rgb(206,223,51); }
H1.HeaderClassName
{
color: #CEDF33;
}
.AnyTagClassName
{
color: #CEDF33;
}
</style>
background-color css
<style>
a { background-color: #CEDF33; }
a { background-color: rgb(206,223,51); }
div.DivClassName
{
background-color: #CEDF33;
}
.BgClassName
{
background-color: #CEDF33;
}
</style>
border-color css
<style>
span { border-color: #CEDF33; }
span { border-color: rgb(206,223,51); }
td.TdClassName
{
border-color: #CEDF33;
}
.TagClassName
{
border-color: #CEDF33;
}
</style>