Shades of Pear #CEFC33
Tints of Pear #CEFC33
RGB
CMYK
RGB Variations
Color information
#CEFC33 (or 0xCEFC33) is known color: Pear. HEX triplet: CE, FC and 33. RGB value is (206,252,51). Sum of RGB (Red+Green+Blue) = 206+252+51=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 51 (20.31% from 255 or 10.02% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFC33 is #3103CC. Grayscale: #D8D8D8. Windows color (decimal): -3212237 or 3407054. OLE color: 3407054.
HSL color Cylindrical-coordinate representation of color #CEFC33: hue angle of 73.73º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEFC33 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 252 | 51 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.01 |
| HSL | 73.73º | 0.97% | 0.59% | - |
| HSV(B) | 73.73º | 0.8% | 0.99% | - |
| XYZ | 60.86 | 82.98 | 15.94 | - |
| YUV | 215.33 | 35.26 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 252 | 51 | 0.18 | 0 | 0.80 | 0.01 | 73.73 | 0.97 | 0.59 |
| Hex | CE | FC | 33 | 12 | 0 | 50 | 1 | 4A | 61 | 3B |
| Octal | 316 | 374 | 63 | 22 | 0 | 120 | 1 | 112 | 141 | 73 |
| Binary | 11001110 | 11111100 | 110011 | 10010 | 0 | 1010000 | 1 | 1001010 | 1100001 | 111011 |
Color Harmonies of #CEFC33
Complementary color
Monochromatic Colors of #CEFC33
Black with #CEFC33
Text Example
Text Example
White with #CEFC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFC33; }
p { color: rgb(206,252,51); }
H1.HeaderClassName
{
color: #CEFC33;
}
.AnyTagClassName
{
color: #CEFC33;
}
</style>
background-color css
<style>
a { background-color: #CEFC33; }
a { background-color: rgb(206,252,51); }
div.DivClassName
{
background-color: #CEFC33;
}
.BgClassName
{
background-color: #CEFC33;
}
</style>
border-color css
<style>
span { border-color: #CEFC33; }
span { border-color: rgb(206,252,51); }
td.TdClassName
{
border-color: #CEFC33;
}
.TagClassName
{
border-color: #CEFC33;
}
</style>