Shades of Pear #CFE326
Tints of Pear #CFE326
RGB
CMYK
RGB Variations
Color information
#CFE326 (or 0xCFE326) is known color: Pear. HEX triplet: CF, E3 and 26. RGB value is (207,227,38). Sum of RGB (Red+Green+Blue) = 207+227+38=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 227 (89.06% from 255 or 48.09% from 472); Blue value is 38 (15.23% from 255 or 8.05% from 472); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE326 is #301CD9. Grayscale: #C8C8C8. Windows color (decimal): -3153114 or 2548687. OLE color: 2548687.
HSL color Cylindrical-coordinate representation of color #CFE326: hue angle of 66.35º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFE326 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 38 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.11 |
| HSL | 66.35º | 0.77% | 0.52% | - |
| HSV(B) | 66.35º | 0.83% | 0.89% | - |
| XYZ | 53.55 | 68.34 | 12.2 | - |
| YUV | 199.47 | 36.87 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 38 | 0.09 | 0 | 0.83 | 0.11 | 66.35 | 0.77 | 0.52 |
| Hex | CF | E3 | 26 | 9 | 0 | 53 | B | 42 | 4D | 34 |
| Octal | 317 | 343 | 46 | 11 | 0 | 123 | 13 | 102 | 115 | 64 |
| Binary | 11001111 | 11100011 | 100110 | 1001 | 0 | 1010011 | 1011 | 1000010 | 1001101 | 110100 |
Color Harmonies of #CFE326
Complementary color
Monochromatic Colors of #CFE326
Black with #CFE326
Text Example
Text Example
White with #CFE326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE326; }
p { color: rgb(207,227,38); }
H1.HeaderClassName
{
color: #CFE326;
}
.AnyTagClassName
{
color: #CFE326;
}
</style>
background-color css
<style>
a { background-color: #CFE326; }
a { background-color: rgb(207,227,38); }
div.DivClassName
{
background-color: #CFE326;
}
.BgClassName
{
background-color: #CFE326;
}
</style>
border-color css
<style>
span { border-color: #CFE326; }
span { border-color: rgb(207,227,38); }
td.TdClassName
{
border-color: #CFE326;
}
.TagClassName
{
border-color: #CFE326;
}
</style>