Shades of Pear #CFEB18
Tints of Pear #CFEB18
RGB
CMYK
RGB Variations
Color information
#CFEB18 (or 0xCFEB18) is known color: Pear. HEX triplet: CF, EB and 18. RGB value is (207,235,24). Sum of RGB (Red+Green+Blue) = 207+235+24=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 235 (92.19% from 255 or 50.43% from 466); Blue value is 24 (9.77% from 255 or 5.15% from 466); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEB18 is #3014E7. Grayscale: #CBCBCB. Windows color (decimal): -3151080 or 1633231. OLE color: 1633231.
HSL color Cylindrical-coordinate representation of color #CFEB18: hue angle of 67.96º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFEB18 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 24 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.08 |
| HSL | 67.96º | 0.84% | 0.51% | - |
| HSV(B) | 67.96º | 0.9% | 0.92% | - |
| XYZ | 55.61 | 72.75 | 11.98 | - |
| YUV | 202.57 | 27.22 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 24 | 0.12 | 0 | 0.90 | 0.08 | 67.96 | 0.84 | 0.51 |
| Hex | CF | EB | 18 | C | 0 | 5A | 8 | 44 | 54 | 33 |
| Octal | 317 | 353 | 30 | 14 | 0 | 132 | 10 | 104 | 124 | 63 |
| Binary | 11001111 | 11101011 | 11000 | 1100 | 0 | 1011010 | 1000 | 1000100 | 1010100 | 110011 |
Color Harmonies of #CFEB18
Complementary color
Monochromatic Colors of #CFEB18
Black with #CFEB18
Text Example
Text Example
White with #CFEB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB18; }
p { color: rgb(207,235,24); }
H1.HeaderClassName
{
color: #CFEB18;
}
.AnyTagClassName
{
color: #CFEB18;
}
</style>
background-color css
<style>
a { background-color: #CFEB18; }
a { background-color: rgb(207,235,24); }
div.DivClassName
{
background-color: #CFEB18;
}
.BgClassName
{
background-color: #CFEB18;
}
</style>
border-color css
<style>
span { border-color: #CFEB18; }
span { border-color: rgb(207,235,24); }
td.TdClassName
{
border-color: #CFEB18;
}
.TagClassName
{
border-color: #CFEB18;
}
</style>