Shades of Pear #CFEB33
Tints of Pear #CFEB33
RGB
CMYK
RGB Variations
Color information
#CFEB33 (or 0xCFEB33) is known color: Pear. HEX triplet: CF, EB and 33. RGB value is (207,235,51). Sum of RGB (Red+Green+Blue) = 207+235+51=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 51 (20.31% from 255 or 10.34% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEB33 is #3014CC. Grayscale: #CECECE. Windows color (decimal): -3151053 or 3402703. OLE color: 3402703.
HSL color Cylindrical-coordinate representation of color #CFEB33: hue angle of 69.13º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFEB33 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 51 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.08 |
| HSL | 69.13º | 0.82% | 0.56% | - |
| HSV(B) | 69.13º | 0.78% | 0.92% | - |
| XYZ | 56.04 | 72.92 | 14.25 | - |
| YUV | 205.65 | 40.72 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 51 | 0.12 | 0 | 0.78 | 0.08 | 69.13 | 0.82 | 0.56 |
| Hex | CF | EB | 33 | C | 0 | 4E | 8 | 45 | 52 | 38 |
| Octal | 317 | 353 | 63 | 14 | 0 | 116 | 10 | 105 | 122 | 70 |
| Binary | 11001111 | 11101011 | 110011 | 1100 | 0 | 1001110 | 1000 | 1000101 | 1010010 | 111000 |
Color Harmonies of #CFEB33
Complementary color
Monochromatic Colors of #CFEB33
Black with #CFEB33
Text Example
Text Example
White with #CFEB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB33; }
p { color: rgb(207,235,51); }
H1.HeaderClassName
{
color: #CFEB33;
}
.AnyTagClassName
{
color: #CFEB33;
}
</style>
background-color css
<style>
a { background-color: #CFEB33; }
a { background-color: rgb(207,235,51); }
div.DivClassName
{
background-color: #CFEB33;
}
.BgClassName
{
background-color: #CFEB33;
}
</style>
border-color css
<style>
span { border-color: #CFEB33; }
span { border-color: rgb(207,235,51); }
td.TdClassName
{
border-color: #CFEB33;
}
.TagClassName
{
border-color: #CFEB33;
}
</style>