Shades of Pear #CEF52B
Tints of Pear #CEF52B
RGB
CMYK
RGB Variations
Color information
#CEF52B (or 0xCEF52B) is known color: Pear. HEX triplet: CE, F5 and 2B. RGB value is (206,245,43). Sum of RGB (Red+Green+Blue) = 206+245+43=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 245 (96.09% from 255 or 49.60% from 494); Blue value is 43 (17.19% from 255 or 8.70% from 494); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF52B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF52B is #310AD4. Grayscale: #D3D3D3. Windows color (decimal): -3214037 or 2880974. OLE color: 2880974.
HSL color Cylindrical-coordinate representation of color #CEF52B: hue angle of 71.58º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEF52B is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 43 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.04 |
| HSL | 71.58º | 0.91% | 0.56% | - |
| HSV(B) | 71.58º | 0.82% | 0.96% | - |
| XYZ | 58.54 | 78.6 | 14.37 | - |
| YUV | 210.31 | 33.58 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 43 | 0.16 | 0 | 0.82 | 0.04 | 71.58 | 0.91 | 0.56 |
| Hex | CE | F5 | 2B | 10 | 0 | 52 | 4 | 48 | 5B | 38 |
| Octal | 316 | 365 | 53 | 20 | 0 | 122 | 4 | 110 | 133 | 70 |
| Binary | 11001110 | 11110101 | 101011 | 10000 | 0 | 1010010 | 100 | 1001000 | 1011011 | 111000 |
Color Harmonies of #CEF52B
Complementary color
Monochromatic Colors of #CEF52B
Black with #CEF52B
Text Example
Text Example
White with #CEF52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF52B; }
p { color: rgb(206,245,43); }
H1.HeaderClassName
{
color: #CEF52B;
}
.AnyTagClassName
{
color: #CEF52B;
}
</style>
background-color css
<style>
a { background-color: #CEF52B; }
a { background-color: rgb(206,245,43); }
div.DivClassName
{
background-color: #CEF52B;
}
.BgClassName
{
background-color: #CEF52B;
}
</style>
border-color css
<style>
span { border-color: #CEF52B; }
span { border-color: rgb(206,245,43); }
td.TdClassName
{
border-color: #CEF52B;
}
.TagClassName
{
border-color: #CEF52B;
}
</style>