Shades of Pear #CEED23
Tints of Pear #CEED23
RGB
CMYK
RGB Variations
Color information
#CEED23 (or 0xCEED23) is known color: Pear. HEX triplet: CE, ED and 23. RGB value is (206,237,35). Sum of RGB (Red+Green+Blue) = 206+237+35=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 35 (14.06% from 255 or 7.32% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEED23 is #3112DC. Grayscale: #CDCDCD. Windows color (decimal): -3216093 or 2354638. OLE color: 2354638.
HSL color Cylindrical-coordinate representation of color #CEED23: hue angle of 69.21º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEED23 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 35 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.07 |
| HSL | 69.21º | 0.85% | 0.53% | - |
| HSV(B) | 69.21º | 0.85% | 0.93% | - |
| XYZ | 56.04 | 73.81 | 12.88 | - |
| YUV | 204.7 | 32.23 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 35 | 0.13 | 0 | 0.85 | 0.07 | 69.21 | 0.85 | 0.53 |
| Hex | CE | ED | 23 | D | 0 | 55 | 7 | 45 | 55 | 35 |
| Octal | 316 | 355 | 43 | 15 | 0 | 125 | 7 | 105 | 125 | 65 |
| Binary | 11001110 | 11101101 | 100011 | 1101 | 0 | 1010101 | 111 | 1000101 | 1010101 | 110101 |
Color Harmonies of #CEED23
Complementary color
Monochromatic Colors of #CEED23
Black with #CEED23
Text Example
Text Example
White with #CEED23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED23; }
p { color: rgb(206,237,35); }
H1.HeaderClassName
{
color: #CEED23;
}
.AnyTagClassName
{
color: #CEED23;
}
</style>
background-color css
<style>
a { background-color: #CEED23; }
a { background-color: rgb(206,237,35); }
div.DivClassName
{
background-color: #CEED23;
}
.BgClassName
{
background-color: #CEED23;
}
</style>
border-color css
<style>
span { border-color: #CEED23; }
span { border-color: rgb(206,237,35); }
td.TdClassName
{
border-color: #CEED23;
}
.TagClassName
{
border-color: #CEED23;
}
</style>