Shades of Pear #CEF434
Tints of Pear #CEF434
RGB
CMYK
RGB Variations
Color information
#CEF434 (or 0xCEF434) is known color: Pear. HEX triplet: CE, F4 and 34. RGB value is (206,244,52). Sum of RGB (Red+Green+Blue) = 206+244+52=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 52 (20.70% from 255 or 10.36% from 502); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF434 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF434 is #310BCB. Grayscale: #D3D3D3. Windows color (decimal): -3214284 or 3470542. OLE color: 3470542.
HSL color Cylindrical-coordinate representation of color #CEF434: hue angle of 71.88º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEF434 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 52 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.04 |
| HSL | 71.88º | 0.9% | 0.58% | - |
| HSV(B) | 71.88º | 0.79% | 0.96% | - |
| XYZ | 58.42 | 78.07 | 15.24 | - |
| YUV | 210.75 | 38.41 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 52 | 0.16 | 0 | 0.79 | 0.04 | 71.88 | 0.9 | 0.58 |
| Hex | CE | F4 | 34 | 10 | 0 | 4F | 4 | 48 | 5A | 3A |
| Octal | 316 | 364 | 64 | 20 | 0 | 117 | 4 | 110 | 132 | 72 |
| Binary | 11001110 | 11110100 | 110100 | 10000 | 0 | 1001111 | 100 | 1001000 | 1011010 | 111010 |
Color Harmonies of #CEF434
Complementary color
Monochromatic Colors of #CEF434
Black with #CEF434
Text Example
Text Example
White with #CEF434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF434; }
p { color: rgb(206,244,52); }
H1.HeaderClassName
{
color: #CEF434;
}
.AnyTagClassName
{
color: #CEF434;
}
</style>
background-color css
<style>
a { background-color: #CEF434; }
a { background-color: rgb(206,244,52); }
div.DivClassName
{
background-color: #CEF434;
}
.BgClassName
{
background-color: #CEF434;
}
</style>
border-color css
<style>
span { border-color: #CEF434; }
span { border-color: rgb(206,244,52); }
td.TdClassName
{
border-color: #CEF434;
}
.TagClassName
{
border-color: #CEF434;
}
</style>