Shades of Pear #CFE926
Tints of Pear #CFE926
RGB
CMYK
RGB Variations
Color information
#CFE926 (or 0xCFE926) is known color: Pear. HEX triplet: CF, E9 and 26. RGB value is (207,233,38). Sum of RGB (Red+Green+Blue) = 207+233+38=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 233 (91.41% from 255 or 48.74% from 478); Blue value is 38 (15.23% from 255 or 7.95% from 478); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE926 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE926 is #3016D9. Grayscale: #CBCBCB. Windows color (decimal): -3151578 or 2550223. OLE color: 2550223.
HSL color Cylindrical-coordinate representation of color #CFE926: hue angle of 68º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFE926 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 38 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.09 |
| HSL | 68º | 0.82% | 0.53% | - |
| HSV(B) | 68º | 0.84% | 0.91% | - |
| XYZ | 55.22 | 71.68 | 12.76 | - |
| YUV | 203 | 34.89 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 38 | 0.11 | 0 | 0.84 | 0.09 | 68 | 0.82 | 0.53 |
| Hex | CF | E9 | 26 | B | 0 | 54 | 9 | 44 | 52 | 35 |
| Octal | 317 | 351 | 46 | 13 | 0 | 124 | 11 | 104 | 122 | 65 |
| Binary | 11001111 | 11101001 | 100110 | 1011 | 0 | 1010100 | 1001 | 1000100 | 1010010 | 110101 |
Color Harmonies of #CFE926
Complementary color
Monochromatic Colors of #CFE926
Black with #CFE926
Text Example
Text Example
White with #CFE926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE926; }
p { color: rgb(207,233,38); }
H1.HeaderClassName
{
color: #CFE926;
}
.AnyTagClassName
{
color: #CFE926;
}
</style>
background-color css
<style>
a { background-color: #CFE926; }
a { background-color: rgb(207,233,38); }
div.DivClassName
{
background-color: #CFE926;
}
.BgClassName
{
background-color: #CFE926;
}
</style>
border-color css
<style>
span { border-color: #CFE926; }
span { border-color: rgb(207,233,38); }
td.TdClassName
{
border-color: #CFE926;
}
.TagClassName
{
border-color: #CFE926;
}
</style>