Shades of Pear #CFE231
Tints of Pear #CFE231
RGB
CMYK
RGB Variations
Color information
#CFE231 (or 0xCFE231) is known color: Pear. HEX triplet: CF, E2 and 31. RGB value is (207,226,49). Sum of RGB (Red+Green+Blue) = 207+226+49=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 49 (19.53% from 255 or 10.17% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE231 is #301DCE. Grayscale: #C8C8C8. Windows color (decimal): -3153359 or 3269327. OLE color: 3269327.
HSL color Cylindrical-coordinate representation of color #CFE231: hue angle of 66.44º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFE231 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 49 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.11 |
| HSL | 66.44º | 0.75% | 0.54% | - |
| HSV(B) | 66.44º | 0.78% | 0.89% | - |
| XYZ | 53.48 | 67.88 | 13.19 | - |
| YUV | 200.14 | 42.71 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 49 | 0.08 | 0 | 0.78 | 0.11 | 66.44 | 0.75 | 0.54 |
| Hex | CF | E2 | 31 | 8 | 0 | 4E | B | 42 | 4B | 36 |
| Octal | 317 | 342 | 61 | 10 | 0 | 116 | 13 | 102 | 113 | 66 |
| Binary | 11001111 | 11100010 | 110001 | 1000 | 0 | 1001110 | 1011 | 1000010 | 1001011 | 110110 |
Color Harmonies of #CFE231
Complementary color
Monochromatic Colors of #CFE231
Black with #CFE231
Text Example
Text Example
White with #CFE231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE231; }
p { color: rgb(207,226,49); }
H1.HeaderClassName
{
color: #CFE231;
}
.AnyTagClassName
{
color: #CFE231;
}
</style>
background-color css
<style>
a { background-color: #CFE231; }
a { background-color: rgb(207,226,49); }
div.DivClassName
{
background-color: #CFE231;
}
.BgClassName
{
background-color: #CFE231;
}
</style>
border-color css
<style>
span { border-color: #CFE231; }
span { border-color: rgb(207,226,49); }
td.TdClassName
{
border-color: #CFE231;
}
.TagClassName
{
border-color: #CFE231;
}
</style>