Shades of Pear #CFED18
Tints of Pear #CFED18
RGB
CMYK
RGB Variations
Color information
#CFED18 (or 0xCFED18) is known color: Pear. HEX triplet: CF, ED and 18. RGB value is (207,237,24). Sum of RGB (Red+Green+Blue) = 207+237+24=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 24 (9.77% from 255 or 5.13% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFED18 is #3012E7. Grayscale: #CCCCCC. Windows color (decimal): -3150568 or 1633743. OLE color: 1633743.
HSL color Cylindrical-coordinate representation of color #CFED18: hue angle of 68.45º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFED18 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 24 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.07 |
| HSL | 68.45º | 0.86% | 0.51% | - |
| HSV(B) | 68.45º | 0.9% | 0.93% | - |
| XYZ | 56.18 | 73.9 | 12.17 | - |
| YUV | 203.75 | 26.56 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 24 | 0.13 | 0 | 0.90 | 0.07 | 68.45 | 0.86 | 0.51 |
| Hex | CF | ED | 18 | D | 0 | 5A | 7 | 44 | 56 | 33 |
| Octal | 317 | 355 | 30 | 15 | 0 | 132 | 7 | 104 | 126 | 63 |
| Binary | 11001111 | 11101101 | 11000 | 1101 | 0 | 1011010 | 111 | 1000100 | 1010110 | 110011 |
Color Harmonies of #CFED18
Complementary color
Monochromatic Colors of #CFED18
Black with #CFED18
Text Example
Text Example
White with #CFED18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED18; }
p { color: rgb(207,237,24); }
H1.HeaderClassName
{
color: #CFED18;
}
.AnyTagClassName
{
color: #CFED18;
}
</style>
background-color css
<style>
a { background-color: #CFED18; }
a { background-color: rgb(207,237,24); }
div.DivClassName
{
background-color: #CFED18;
}
.BgClassName
{
background-color: #CFED18;
}
</style>
border-color css
<style>
span { border-color: #CFED18; }
span { border-color: rgb(207,237,24); }
td.TdClassName
{
border-color: #CFED18;
}
.TagClassName
{
border-color: #CFED18;
}
</style>