Shades of Pear #CFE228
Tints of Pear #CFE228
RGB
CMYK
RGB Variations
Color information
#CFE228 (or 0xCFE228) is known color: Pear. HEX triplet: CF, E2 and 28. RGB value is (207,226,40). Sum of RGB (Red+Green+Blue) = 207+226+40=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 226 (88.67% from 255 or 47.78% from 473); Blue value is 40 (16.02% from 255 or 8.46% from 473); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE228 is #301DD7. Grayscale: #C7C7C7. Windows color (decimal): -3153368 or 2679503. OLE color: 2679503.
HSL color Cylindrical-coordinate representation of color #CFE228: hue angle of 66.13º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFE228 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 40 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.11 |
| HSL | 66.13º | 0.76% | 0.52% | - |
| HSV(B) | 66.13º | 0.82% | 0.89% | - |
| XYZ | 53.31 | 67.81 | 12.29 | - |
| YUV | 199.12 | 38.21 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 40 | 0.08 | 0 | 0.82 | 0.11 | 66.13 | 0.76 | 0.52 |
| Hex | CF | E2 | 28 | 8 | 0 | 52 | B | 42 | 4C | 34 |
| Octal | 317 | 342 | 50 | 10 | 0 | 122 | 13 | 102 | 114 | 64 |
| Binary | 11001111 | 11100010 | 101000 | 1000 | 0 | 1010010 | 1011 | 1000010 | 1001100 | 110100 |
Color Harmonies of #CFE228
Complementary color
Monochromatic Colors of #CFE228
Black with #CFE228
Text Example
Text Example
White with #CFE228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE228; }
p { color: rgb(207,226,40); }
H1.HeaderClassName
{
color: #CFE228;
}
.AnyTagClassName
{
color: #CFE228;
}
</style>
background-color css
<style>
a { background-color: #CFE228; }
a { background-color: rgb(207,226,40); }
div.DivClassName
{
background-color: #CFE228;
}
.BgClassName
{
background-color: #CFE228;
}
</style>
border-color css
<style>
span { border-color: #CFE228; }
span { border-color: rgb(207,226,40); }
td.TdClassName
{
border-color: #CFE228;
}
.TagClassName
{
border-color: #CFE228;
}
</style>