Shades of Pear #CEF11D
Tints of Pear #CEF11D
RGB
CMYK
RGB Variations
Color information
#CEF11D (or 0xCEF11D) is known color: Pear. HEX triplet: CE, F1 and 1D. RGB value is (206,241,29). Sum of RGB (Red+Green+Blue) = 206+241+29=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 29 (11.72% from 255 or 6.09% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF11D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF11D is #310EE2. Grayscale: #CFCFCF. Windows color (decimal): -3215075 or 1962446. OLE color: 1962446.
HSL color Cylindrical-coordinate representation of color #CEF11D: hue angle of 69.91º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEF11D is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 29 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.05 |
| HSL | 69.91º | 0.88% | 0.53% | - |
| HSV(B) | 69.91º | 0.88% | 0.95% | - |
| XYZ | 57.13 | 76.12 | 12.84 | - |
| YUV | 206.37 | 27.9 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 29 | 0.15 | 0 | 0.88 | 0.05 | 69.91 | 0.88 | 0.53 |
| Hex | CE | F1 | 1D | F | 0 | 58 | 5 | 46 | 58 | 35 |
| Octal | 316 | 361 | 35 | 17 | 0 | 130 | 5 | 106 | 130 | 65 |
| Binary | 11001110 | 11110001 | 11101 | 1111 | 0 | 1011000 | 101 | 1000110 | 1011000 | 110101 |
Color Harmonies of #CEF11D
Complementary color
Monochromatic Colors of #CEF11D
Black with #CEF11D
Text Example
Text Example
White with #CEF11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF11D; }
p { color: rgb(206,241,29); }
H1.HeaderClassName
{
color: #CEF11D;
}
.AnyTagClassName
{
color: #CEF11D;
}
</style>
background-color css
<style>
a { background-color: #CEF11D; }
a { background-color: rgb(206,241,29); }
div.DivClassName
{
background-color: #CEF11D;
}
.BgClassName
{
background-color: #CEF11D;
}
</style>
border-color css
<style>
span { border-color: #CEF11D; }
span { border-color: rgb(206,241,29); }
td.TdClassName
{
border-color: #CEF11D;
}
.TagClassName
{
border-color: #CEF11D;
}
</style>