Shades of Pear #CEF22B
Tints of Pear #CEF22B
RGB
CMYK
RGB Variations
Color information
#CEF22B (or 0xCEF22B) is known color: Pear. HEX triplet: CE, F2 and 2B. RGB value is (206,242,43). Sum of RGB (Red+Green+Blue) = 206+242+43=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 43 (17.19% from 255 or 8.76% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF22B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF22B is #310DD4. Grayscale: #D1D1D1. Windows color (decimal): -3214805 or 2880206. OLE color: 2880206.
HSL color Cylindrical-coordinate representation of color #CEF22B: hue angle of 70.85º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEF22B is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 43 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.05 |
| HSL | 70.85º | 0.88% | 0.56% | - |
| HSV(B) | 70.85º | 0.82% | 0.95% | - |
| XYZ | 57.64 | 76.8 | 14.07 | - |
| YUV | 208.55 | 34.57 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 43 | 0.15 | 0 | 0.82 | 0.05 | 70.85 | 0.88 | 0.56 |
| Hex | CE | F2 | 2B | F | 0 | 52 | 5 | 47 | 58 | 38 |
| Octal | 316 | 362 | 53 | 17 | 0 | 122 | 5 | 107 | 130 | 70 |
| Binary | 11001110 | 11110010 | 101011 | 1111 | 0 | 1010010 | 101 | 1000111 | 1011000 | 111000 |
Color Harmonies of #CEF22B
Complementary color
Monochromatic Colors of #CEF22B
Black with #CEF22B
Text Example
Text Example
White with #CEF22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF22B; }
p { color: rgb(206,242,43); }
H1.HeaderClassName
{
color: #CEF22B;
}
.AnyTagClassName
{
color: #CEF22B;
}
</style>
background-color css
<style>
a { background-color: #CEF22B; }
a { background-color: rgb(206,242,43); }
div.DivClassName
{
background-color: #CEF22B;
}
.BgClassName
{
background-color: #CEF22B;
}
</style>
border-color css
<style>
span { border-color: #CEF22B; }
span { border-color: rgb(206,242,43); }
td.TdClassName
{
border-color: #CEF22B;
}
.TagClassName
{
border-color: #CEF22B;
}
</style>