Shades of Pear #CEE21B
Tints of Pear #CEE21B
RGB
CMYK
RGB Variations
Color information
#CEE21B (or 0xCEE21B) is known color: Pear. HEX triplet: CE, E2 and 1B. RGB value is (206,226,27). Sum of RGB (Red+Green+Blue) = 206+226+27=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 226 (88.67% from 255 or 49.24% from 459); Blue value is 27 (10.94% from 255 or 5.88% from 459); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE21B is #311DE4. Grayscale: #C6C6C6. Windows color (decimal): -3218917 or 1827534. OLE color: 1827534.
HSL color Cylindrical-coordinate representation of color #CEE21B: hue angle of 66.03º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEE21B is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 27 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.11 |
| HSL | 66.03º | 0.79% | 0.5% | - |
| HSV(B) | 66.03º | 0.88% | 0.89% | - |
| XYZ | 52.85 | 67.59 | 11.3 | - |
| YUV | 197.33 | 31.87 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 27 | 0.09 | 0 | 0.88 | 0.11 | 66.03 | 0.79 | 0.5 |
| Hex | CE | E2 | 1B | 9 | 0 | 58 | B | 42 | 4F | 32 |
| Octal | 316 | 342 | 33 | 11 | 0 | 130 | 13 | 102 | 117 | 62 |
| Binary | 11001110 | 11100010 | 11011 | 1001 | 0 | 1011000 | 1011 | 1000010 | 1001111 | 110010 |
Color Harmonies of #CEE21B
Complementary color
Monochromatic Colors of #CEE21B
Black with #CEE21B
Text Example
Text Example
White with #CEE21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE21B; }
p { color: rgb(206,226,27); }
H1.HeaderClassName
{
color: #CEE21B;
}
.AnyTagClassName
{
color: #CEE21B;
}
</style>
background-color css
<style>
a { background-color: #CEE21B; }
a { background-color: rgb(206,226,27); }
div.DivClassName
{
background-color: #CEE21B;
}
.BgClassName
{
background-color: #CEE21B;
}
</style>
border-color css
<style>
span { border-color: #CEE21B; }
span { border-color: rgb(206,226,27); }
td.TdClassName
{
border-color: #CEE21B;
}
.TagClassName
{
border-color: #CEE21B;
}
</style>