Shades of Pear #CEFC29
Tints of Pear #CEFC29
RGB
CMYK
RGB Variations
Color information
#CEFC29 (or 0xCEFC29) is known color: Pear. HEX triplet: CE, FC and 29. RGB value is (206,252,41). Sum of RGB (Red+Green+Blue) = 206+252+41=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 41 (16.41% from 255 or 8.22% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFC29 is #3103D6. Grayscale: #D6D6D6. Windows color (decimal): -3212247 or 2751694. OLE color: 2751694.
HSL color Cylindrical-coordinate representation of color #CEFC29: hue angle of 73.08º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEFC29 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 252 | 41 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.01 |
| HSL | 73.08º | 0.97% | 0.57% | - |
| HSV(B) | 73.08º | 0.84% | 0.99% | - |
| XYZ | 60.66 | 82.9 | 14.9 | - |
| YUV | 214.19 | 30.26 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 252 | 41 | 0.18 | 0 | 0.84 | 0.01 | 73.08 | 0.97 | 0.57 |
| Hex | CE | FC | 29 | 12 | 0 | 54 | 1 | 49 | 61 | 39 |
| Octal | 316 | 374 | 51 | 22 | 0 | 124 | 1 | 111 | 141 | 71 |
| Binary | 11001110 | 11111100 | 101001 | 10010 | 0 | 1010100 | 1 | 1001001 | 1100001 | 111001 |
Color Harmonies of #CEFC29
Complementary color
Monochromatic Colors of #CEFC29
Black with #CEFC29
Text Example
Text Example
White with #CEFC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFC29; }
p { color: rgb(206,252,41); }
H1.HeaderClassName
{
color: #CEFC29;
}
.AnyTagClassName
{
color: #CEFC29;
}
</style>
background-color css
<style>
a { background-color: #CEFC29; }
a { background-color: rgb(206,252,41); }
div.DivClassName
{
background-color: #CEFC29;
}
.BgClassName
{
background-color: #CEFC29;
}
</style>
border-color css
<style>
span { border-color: #CEFC29; }
span { border-color: rgb(206,252,41); }
td.TdClassName
{
border-color: #CEFC29;
}
.TagClassName
{
border-color: #CEFC29;
}
</style>