Shades of Pear #CFE128
Tints of Pear #CFE128
RGB
CMYK
RGB Variations
Color information
#CFE128 (or 0xCFE128) is known color: Pear. HEX triplet: CF, E1 and 28. RGB value is (207,225,40). Sum of RGB (Red+Green+Blue) = 207+225+40=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 40 (16.02% from 255 or 8.47% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE128 is #301ED7. Grayscale: #C7C7C7. Windows color (decimal): -3153624 or 2679247. OLE color: 2679247.
HSL color Cylindrical-coordinate representation of color #CFE128: hue angle of 65.84º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFE128 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 40 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.12 |
| HSL | 65.84º | 0.76% | 0.52% | - |
| HSV(B) | 65.84º | 0.82% | 0.88% | - |
| XYZ | 53.04 | 67.27 | 12.2 | - |
| YUV | 198.53 | 38.54 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 40 | 0.08 | 0 | 0.82 | 0.12 | 65.84 | 0.76 | 0.52 |
| Hex | CF | E1 | 28 | 8 | 0 | 52 | C | 42 | 4C | 34 |
| Octal | 317 | 341 | 50 | 10 | 0 | 122 | 14 | 102 | 114 | 64 |
| Binary | 11001111 | 11100001 | 101000 | 1000 | 0 | 1010010 | 1100 | 1000010 | 1001100 | 110100 |
Color Harmonies of #CFE128
Complementary color
Monochromatic Colors of #CFE128
Black with #CFE128
Text Example
Text Example
White with #CFE128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE128; }
p { color: rgb(207,225,40); }
H1.HeaderClassName
{
color: #CFE128;
}
.AnyTagClassName
{
color: #CFE128;
}
</style>
background-color css
<style>
a { background-color: #CFE128; }
a { background-color: rgb(207,225,40); }
div.DivClassName
{
background-color: #CFE128;
}
.BgClassName
{
background-color: #CFE128;
}
</style>
border-color css
<style>
span { border-color: #CFE128; }
span { border-color: rgb(207,225,40); }
td.TdClassName
{
border-color: #CFE128;
}
.TagClassName
{
border-color: #CFE128;
}
</style>