Shades of Pear #CEF32B
Tints of Pear #CEF32B
RGB
CMYK
RGB Variations
Color information
#CEF32B (or 0xCEF32B) is known color: Pear. HEX triplet: CE, F3 and 2B. RGB value is (206,243,43). Sum of RGB (Red+Green+Blue) = 206+243+43=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 43 (17.19% from 255 or 8.74% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF32B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF32B is #310CD4. Grayscale: #D1D1D1. Windows color (decimal): -3214549 or 2880462. OLE color: 2880462.
HSL color Cylindrical-coordinate representation of color #CEF32B: hue angle of 71.1º degrees, saturation: 0.89, 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 #CEF32B is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 43 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.05 |
| HSL | 71.1º | 0.89% | 0.56% | - |
| HSV(B) | 71.1º | 0.82% | 0.95% | - |
| XYZ | 57.94 | 77.4 | 14.17 | - |
| YUV | 209.14 | 34.24 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 43 | 0.15 | 0 | 0.82 | 0.05 | 71.1 | 0.89 | 0.56 |
| Hex | CE | F3 | 2B | F | 0 | 52 | 5 | 47 | 59 | 38 |
| Octal | 316 | 363 | 53 | 17 | 0 | 122 | 5 | 107 | 131 | 70 |
| Binary | 11001110 | 11110011 | 101011 | 1111 | 0 | 1010010 | 101 | 1000111 | 1011001 | 111000 |
Color Harmonies of #CEF32B
Complementary color
Monochromatic Colors of #CEF32B
Black with #CEF32B
Text Example
Text Example
White with #CEF32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF32B; }
p { color: rgb(206,243,43); }
H1.HeaderClassName
{
color: #CEF32B;
}
.AnyTagClassName
{
color: #CEF32B;
}
</style>
background-color css
<style>
a { background-color: #CEF32B; }
a { background-color: rgb(206,243,43); }
div.DivClassName
{
background-color: #CEF32B;
}
.BgClassName
{
background-color: #CEF32B;
}
</style>
border-color css
<style>
span { border-color: #CEF32B; }
span { border-color: rgb(206,243,43); }
td.TdClassName
{
border-color: #CEF32B;
}
.TagClassName
{
border-color: #CEF32B;
}
</style>