Shades of Pear #CFE226
Tints of Pear #CFE226
RGB
CMYK
RGB Variations
Color information
#CFE226 (or 0xCFE226) is known color: Pear. HEX triplet: CF, E2 and 26. RGB value is (207,226,38). Sum of RGB (Red+Green+Blue) = 207+226+38=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 38 (15.23% from 255 or 8.07% from 471); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE226 is #301DD9. Grayscale: #C7C7C7. Windows color (decimal): -3153370 or 2548431. OLE color: 2548431.
HSL color Cylindrical-coordinate representation of color #CFE226: hue angle of 66.06º degrees, saturation: 0.76, 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 #CFE226 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 38 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.11 |
| HSL | 66.06º | 0.76% | 0.52% | - |
| HSV(B) | 66.06º | 0.83% | 0.89% | - |
| XYZ | 53.28 | 67.8 | 12.11 | - |
| YUV | 198.89 | 37.21 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 38 | 0.08 | 0 | 0.83 | 0.11 | 66.06 | 0.76 | 0.52 |
| Hex | CF | E2 | 26 | 8 | 0 | 53 | B | 42 | 4C | 34 |
| Octal | 317 | 342 | 46 | 10 | 0 | 123 | 13 | 102 | 114 | 64 |
| Binary | 11001111 | 11100010 | 100110 | 1000 | 0 | 1010011 | 1011 | 1000010 | 1001100 | 110100 |
Color Harmonies of #CFE226
Complementary color
Monochromatic Colors of #CFE226
Black with #CFE226
Text Example
Text Example
White with #CFE226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE226; }
p { color: rgb(207,226,38); }
H1.HeaderClassName
{
color: #CFE226;
}
.AnyTagClassName
{
color: #CFE226;
}
</style>
background-color css
<style>
a { background-color: #CFE226; }
a { background-color: rgb(207,226,38); }
div.DivClassName
{
background-color: #CFE226;
}
.BgClassName
{
background-color: #CFE226;
}
</style>
border-color css
<style>
span { border-color: #CFE226; }
span { border-color: rgb(207,226,38); }
td.TdClassName
{
border-color: #CFE226;
}
.TagClassName
{
border-color: #CFE226;
}
</style>