Shades of Pear #CFE83B
Tints of Pear #CFE83B
RGB
CMYK
RGB Variations
Color information
#CFE83B (or 0xCFE83B) is known color: Pear. HEX triplet: CF, E8 and 3B. RGB value is (207,232,59). Sum of RGB (Red+Green+Blue) = 207+232+59=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 232 (91.02% from 255 or 46.59% from 498); Blue value is 59 (23.44% from 255 or 11.85% from 498); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE83B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE83B is #3017C4. Grayscale: #CDCDCD. Windows color (decimal): -3151813 or 3926223. OLE color: 3926223.
HSL color Cylindrical-coordinate representation of color #CFE83B: hue angle of 68.67º 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 #CFE83B is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 59 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.09 |
| HSL | 68.67º | 0.79% | 0.57% | - |
| HSV(B) | 68.67º | 0.75% | 0.91% | - |
| XYZ | 55.38 | 71.29 | 14.98 | - |
| YUV | 204.8 | 45.72 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 59 | 0.11 | 0 | 0.75 | 0.09 | 68.67 | 0.79 | 0.57 |
| Hex | CF | E8 | 3B | B | 0 | 4B | 9 | 45 | 4F | 39 |
| Octal | 317 | 350 | 73 | 13 | 0 | 113 | 11 | 105 | 117 | 71 |
| Binary | 11001111 | 11101000 | 111011 | 1011 | 0 | 1001011 | 1001 | 1000101 | 1001111 | 111001 |
Color Harmonies of #CFE83B
Complementary color
Monochromatic Colors of #CFE83B
Black with #CFE83B
Text Example
Text Example
White with #CFE83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE83B; }
p { color: rgb(207,232,59); }
H1.HeaderClassName
{
color: #CFE83B;
}
.AnyTagClassName
{
color: #CFE83B;
}
</style>
background-color css
<style>
a { background-color: #CFE83B; }
a { background-color: rgb(207,232,59); }
div.DivClassName
{
background-color: #CFE83B;
}
.BgClassName
{
background-color: #CFE83B;
}
</style>
border-color css
<style>
span { border-color: #CFE83B; }
span { border-color: rgb(207,232,59); }
td.TdClassName
{
border-color: #CFE83B;
}
.TagClassName
{
border-color: #CFE83B;
}
</style>