Shades of Pear #CEF11B
Tints of Pear #CEF11B
RGB
CMYK
RGB Variations
Color information
#CEF11B (or 0xCEF11B) is known color: Pear. HEX triplet: CE, F1 and 1B. RGB value is (206,241,27). Sum of RGB (Red+Green+Blue) = 206+241+27=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 27 (10.94% from 255 or 5.70% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF11B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF11B is #310EE4. Grayscale: #CECECE. Windows color (decimal): -3215077 or 1831374. OLE color: 1831374.
HSL color Cylindrical-coordinate representation of color #CEF11B: hue angle of 69.81º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEF11B is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 27 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.05 |
| HSL | 69.81º | 0.88% | 0.53% | - |
| HSV(B) | 69.81º | 0.89% | 0.95% | - |
| XYZ | 57.11 | 76.11 | 12.72 | - |
| YUV | 206.14 | 26.9 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 27 | 0.15 | 0 | 0.89 | 0.05 | 69.81 | 0.88 | 0.53 |
| Hex | CE | F1 | 1B | F | 0 | 59 | 5 | 46 | 58 | 35 |
| Octal | 316 | 361 | 33 | 17 | 0 | 131 | 5 | 106 | 130 | 65 |
| Binary | 11001110 | 11110001 | 11011 | 1111 | 0 | 1011001 | 101 | 1000110 | 1011000 | 110101 |
Color Harmonies of #CEF11B
Complementary color
Monochromatic Colors of #CEF11B
Black with #CEF11B
Text Example
Text Example
White with #CEF11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF11B; }
p { color: rgb(206,241,27); }
H1.HeaderClassName
{
color: #CEF11B;
}
.AnyTagClassName
{
color: #CEF11B;
}
</style>
background-color css
<style>
a { background-color: #CEF11B; }
a { background-color: rgb(206,241,27); }
div.DivClassName
{
background-color: #CEF11B;
}
.BgClassName
{
background-color: #CEF11B;
}
</style>
border-color css
<style>
span { border-color: #CEF11B; }
span { border-color: rgb(206,241,27); }
td.TdClassName
{
border-color: #CEF11B;
}
.TagClassName
{
border-color: #CEF11B;
}
</style>