Shades of Pear #CFE828
Tints of Pear #CFE828
RGB
CMYK
RGB Variations
Color information
#CFE828 (or 0xCFE828) is known color: Pear. HEX triplet: CF, E8 and 28. RGB value is (207,232,40). Sum of RGB (Red+Green+Blue) = 207+232+40=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 232 (91.02% from 255 or 48.43% from 479); Blue value is 40 (16.02% from 255 or 8.35% from 479); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE828 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE828 is #3017D7. Grayscale: #CBCBCB. Windows color (decimal): -3151832 or 2681039. OLE color: 2681039.
HSL color Cylindrical-coordinate representation of color #CFE828: hue angle of 67.81º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFE828 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 40 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.09 |
| HSL | 67.81º | 0.81% | 0.53% | - |
| HSV(B) | 67.81º | 0.83% | 0.91% | - |
| XYZ | 54.97 | 71.13 | 12.84 | - |
| YUV | 202.64 | 36.22 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 40 | 0.11 | 0 | 0.83 | 0.09 | 67.81 | 0.81 | 0.53 |
| Hex | CF | E8 | 28 | B | 0 | 53 | 9 | 44 | 51 | 35 |
| Octal | 317 | 350 | 50 | 13 | 0 | 123 | 11 | 104 | 121 | 65 |
| Binary | 11001111 | 11101000 | 101000 | 1011 | 0 | 1010011 | 1001 | 1000100 | 1010001 | 110101 |
Color Harmonies of #CFE828
Complementary color
Monochromatic Colors of #CFE828
Black with #CFE828
Text Example
Text Example
White with #CFE828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE828; }
p { color: rgb(207,232,40); }
H1.HeaderClassName
{
color: #CFE828;
}
.AnyTagClassName
{
color: #CFE828;
}
</style>
background-color css
<style>
a { background-color: #CFE828; }
a { background-color: rgb(207,232,40); }
div.DivClassName
{
background-color: #CFE828;
}
.BgClassName
{
background-color: #CFE828;
}
</style>
border-color css
<style>
span { border-color: #CFE828; }
span { border-color: rgb(207,232,40); }
td.TdClassName
{
border-color: #CFE828;
}
.TagClassName
{
border-color: #CFE828;
}
</style>