Shades of Pear #CFE83A
Tints of Pear #CFE83A
RGB
CMYK
RGB Variations
Color information
#CFE83A (or 0xCFE83A) is known color: Pear. HEX triplet: CF, E8 and 3A. RGB value is (207,232,58). Sum of RGB (Red+Green+Blue) = 207+232+58=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 232 (91.02% from 255 or 46.68% from 497); Blue value is 58 (23.05% from 255 or 11.67% from 497); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE83A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE83A is #3017C5. Grayscale: #CDCDCD. Windows color (decimal): -3151814 or 3860687. OLE color: 3860687.
HSL color Cylindrical-coordinate representation of color #CFE83A: hue angle of 68.62º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFE83A is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 58 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.09 |
| HSL | 68.62º | 0.79% | 0.57% | - |
| HSV(B) | 68.62º | 0.75% | 0.91% | - |
| XYZ | 55.35 | 71.28 | 14.84 | - |
| YUV | 204.69 | 45.22 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 58 | 0.11 | 0 | 0.75 | 0.09 | 68.62 | 0.79 | 0.57 |
| Hex | CF | E8 | 3A | B | 0 | 4B | 9 | 45 | 4F | 39 |
| Octal | 317 | 350 | 72 | 13 | 0 | 113 | 11 | 105 | 117 | 71 |
| Binary | 11001111 | 11101000 | 111010 | 1011 | 0 | 1001011 | 1001 | 1000101 | 1001111 | 111001 |
Color Harmonies of #CFE83A
Complementary color
Monochromatic Colors of #CFE83A
Black with #CFE83A
Text Example
Text Example
White with #CFE83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE83A; }
p { color: rgb(207,232,58); }
H1.HeaderClassName
{
color: #CFE83A;
}
.AnyTagClassName
{
color: #CFE83A;
}
</style>
background-color css
<style>
a { background-color: #CFE83A; }
a { background-color: rgb(207,232,58); }
div.DivClassName
{
background-color: #CFE83A;
}
.BgClassName
{
background-color: #CFE83A;
}
</style>
border-color css
<style>
span { border-color: #CFE83A; }
span { border-color: rgb(207,232,58); }
td.TdClassName
{
border-color: #CFE83A;
}
.TagClassName
{
border-color: #CFE83A;
}
</style>