Shades of Pear #CFE328
Tints of Pear #CFE328
RGB
CMYK
RGB Variations
Color information
#CFE328 (or 0xCFE328) is known color: Pear. HEX triplet: CF, E3 and 28. RGB value is (207,227,40). Sum of RGB (Red+Green+Blue) = 207+227+40=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 227 (89.06% from 255 or 47.89% from 474); Blue value is 40 (16.02% from 255 or 8.44% from 474); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE328 is #301CD7. Grayscale: #C8C8C8. Windows color (decimal): -3153112 or 2679759. OLE color: 2679759.
HSL color Cylindrical-coordinate representation of color #CFE328: hue angle of 66.42º degrees, saturation: 0.77, 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 #CFE328 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 40 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.11 |
| HSL | 66.42º | 0.77% | 0.52% | - |
| HSV(B) | 66.42º | 0.82% | 0.89% | - |
| XYZ | 53.58 | 68.36 | 12.38 | - |
| YUV | 199.7 | 37.87 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 40 | 0.09 | 0 | 0.82 | 0.11 | 66.42 | 0.77 | 0.52 |
| Hex | CF | E3 | 28 | 9 | 0 | 52 | B | 42 | 4D | 34 |
| Octal | 317 | 343 | 50 | 11 | 0 | 122 | 13 | 102 | 115 | 64 |
| Binary | 11001111 | 11100011 | 101000 | 1001 | 0 | 1010010 | 1011 | 1000010 | 1001101 | 110100 |
Color Harmonies of #CFE328
Complementary color
Monochromatic Colors of #CFE328
Black with #CFE328
Text Example
Text Example
White with #CFE328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE328; }
p { color: rgb(207,227,40); }
H1.HeaderClassName
{
color: #CFE328;
}
.AnyTagClassName
{
color: #CFE328;
}
</style>
background-color css
<style>
a { background-color: #CFE328; }
a { background-color: rgb(207,227,40); }
div.DivClassName
{
background-color: #CFE328;
}
.BgClassName
{
background-color: #CFE328;
}
</style>
border-color css
<style>
span { border-color: #CFE328; }
span { border-color: rgb(207,227,40); }
td.TdClassName
{
border-color: #CFE328;
}
.TagClassName
{
border-color: #CFE328;
}
</style>