Shades of Pear #CFE83F
Tints of Pear #CFE83F
RGB
CMYK
RGB Variations
Color information
#CFE83F (or 0xCFE83F) is known color: Pear. HEX triplet: CF, E8 and 3F. RGB value is (207,232,63). Sum of RGB (Red+Green+Blue) = 207+232+63=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 232 (91.02% from 255 or 46.22% from 502); Blue value is 63 (25% from 255 or 12.55% from 502); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE83F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE83F is #3017C0. Grayscale: #CDCDCD. Windows color (decimal): -3151809 or 4188367. OLE color: 4188367.
HSL color Cylindrical-coordinate representation of color #CFE83F: hue angle of 68.88º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFE83F is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 63 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.09 |
| HSL | 68.88º | 0.79% | 0.58% | - |
| HSV(B) | 68.88º | 0.73% | 0.91% | - |
| XYZ | 55.49 | 71.34 | 15.55 | - |
| YUV | 205.26 | 47.72 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 63 | 0.11 | 0 | 0.73 | 0.09 | 68.88 | 0.79 | 0.58 |
| Hex | CF | E8 | 3F | B | 0 | 49 | 9 | 45 | 4F | 3A |
| Octal | 317 | 350 | 77 | 13 | 0 | 111 | 11 | 105 | 117 | 72 |
| Binary | 11001111 | 11101000 | 111111 | 1011 | 0 | 1001001 | 1001 | 1000101 | 1001111 | 111010 |
Color Harmonies of #CFE83F
Complementary color
Monochromatic Colors of #CFE83F
Black with #CFE83F
Text Example
Text Example
White with #CFE83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE83F; }
p { color: rgb(207,232,63); }
H1.HeaderClassName
{
color: #CFE83F;
}
.AnyTagClassName
{
color: #CFE83F;
}
</style>
background-color css
<style>
a { background-color: #CFE83F; }
a { background-color: rgb(207,232,63); }
div.DivClassName
{
background-color: #CFE83F;
}
.BgClassName
{
background-color: #CFE83F;
}
</style>
border-color css
<style>
span { border-color: #CFE83F; }
span { border-color: rgb(207,232,63); }
td.TdClassName
{
border-color: #CFE83F;
}
.TagClassName
{
border-color: #CFE83F;
}
</style>