Shades of Pear #CFE83D
Tints of Pear #CFE83D
RGB
CMYK
RGB Variations
Color information
#CFE83D (or 0xCFE83D) is known color: Pear. HEX triplet: CF, E8 and 3D. RGB value is (207,232,61). Sum of RGB (Red+Green+Blue) = 207+232+61=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 232 (91.02% from 255 or 46.4% from 500); Blue value is 61 (24.22% from 255 or 12.2% from 500); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE83D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE83D is #3017C2. Grayscale: #CDCDCD. Windows color (decimal): -3151811 or 4057295. OLE color: 4057295.
HSL color Cylindrical-coordinate representation of color #CFE83D: hue angle of 68.77º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFE83D is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 61 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.09 |
| HSL | 68.77º | 0.79% | 0.57% | - |
| HSV(B) | 68.77º | 0.74% | 0.91% | - |
| XYZ | 55.43 | 71.32 | 15.26 | - |
| YUV | 205.03 | 46.72 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 61 | 0.11 | 0 | 0.74 | 0.09 | 68.77 | 0.79 | 0.57 |
| Hex | CF | E8 | 3D | B | 0 | 4A | 9 | 45 | 4F | 39 |
| Octal | 317 | 350 | 75 | 13 | 0 | 112 | 11 | 105 | 117 | 71 |
| Binary | 11001111 | 11101000 | 111101 | 1011 | 0 | 1001010 | 1001 | 1000101 | 1001111 | 111001 |
Color Harmonies of #CFE83D
Complementary color
Monochromatic Colors of #CFE83D
Black with #CFE83D
Text Example
Text Example
White with #CFE83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE83D; }
p { color: rgb(207,232,61); }
H1.HeaderClassName
{
color: #CFE83D;
}
.AnyTagClassName
{
color: #CFE83D;
}
</style>
background-color css
<style>
a { background-color: #CFE83D; }
a { background-color: rgb(207,232,61); }
div.DivClassName
{
background-color: #CFE83D;
}
.BgClassName
{
background-color: #CFE83D;
}
</style>
border-color css
<style>
span { border-color: #CFE83D; }
span { border-color: rgb(207,232,61); }
td.TdClassName
{
border-color: #CFE83D;
}
.TagClassName
{
border-color: #CFE83D;
}
</style>