Shades of Pear #CEFD29
Tints of Pear #CEFD29
RGB
CMYK
RGB Variations
Color information
#CEFD29 (or 0xCEFD29) is known color: Pear. HEX triplet: CE, FD and 29. RGB value is (206,253,41). Sum of RGB (Red+Green+Blue) = 206+253+41=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 253 (99.22% from 255 or 50.6% from 500); Blue value is 41 (16.41% from 255 or 8.2% from 500); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFD29 is #3102D6. Grayscale: #D7D7D7. Windows color (decimal): -3211991 or 2751950. OLE color: 2751950.
HSL color Cylindrical-coordinate representation of color #CEFD29: hue angle of 73.3º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEFD29 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 41 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.01 |
| HSL | 73.3º | 0.98% | 0.58% | - |
| HSV(B) | 73.3º | 0.84% | 0.99% | - |
| XYZ | 60.98 | 83.53 | 15.01 | - |
| YUV | 214.78 | 29.93 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 41 | 0.19 | 0 | 0.84 | 0.01 | 73.3 | 0.98 | 0.58 |
| Hex | CE | FD | 29 | 13 | 0 | 54 | 1 | 49 | 62 | 3A |
| Octal | 316 | 375 | 51 | 23 | 0 | 124 | 1 | 111 | 142 | 72 |
| Binary | 11001110 | 11111101 | 101001 | 10011 | 0 | 1010100 | 1 | 1001001 | 1100010 | 111010 |
Color Harmonies of #CEFD29
Complementary color
Monochromatic Colors of #CEFD29
Black with #CEFD29
Text Example
Text Example
White with #CEFD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFD29; }
p { color: rgb(206,253,41); }
H1.HeaderClassName
{
color: #CEFD29;
}
.AnyTagClassName
{
color: #CEFD29;
}
</style>
background-color css
<style>
a { background-color: #CEFD29; }
a { background-color: rgb(206,253,41); }
div.DivClassName
{
background-color: #CEFD29;
}
.BgClassName
{
background-color: #CEFD29;
}
</style>
border-color css
<style>
span { border-color: #CEFD29; }
span { border-color: rgb(206,253,41); }
td.TdClassName
{
border-color: #CEFD29;
}
.TagClassName
{
border-color: #CEFD29;
}
</style>