Shades of Pear #CFE813
Tints of Pear #CFE813
RGB
CMYK
RGB Variations
Color information
#CFE813 (or 0xCFE813) is known color: Pear. HEX triplet: CF, E8 and 13. RGB value is (207,232,19). Sum of RGB (Red+Green+Blue) = 207+232+19=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 232 (91.02% from 255 or 50.66% from 458); Blue value is 19 (7.81% from 255 or 4.15% from 458); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE813 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE813 is #3017EC. Grayscale: #C9C9C9. Windows color (decimal): -3151853 or 1304783. OLE color: 1304783.
HSL color Cylindrical-coordinate representation of color #CFE813: hue angle of 67.04º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFE813 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 19 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.09 |
| HSL | 67.04º | 0.85% | 0.49% | - |
| HSV(B) | 67.04º | 0.92% | 0.91% | - |
| XYZ | 54.71 | 71.03 | 11.44 | - |
| YUV | 200.24 | 25.72 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 19 | 0.11 | 0 | 0.92 | 0.09 | 67.04 | 0.85 | 0.49 |
| Hex | CF | E8 | 13 | B | 0 | 5C | 9 | 43 | 55 | 31 |
| Octal | 317 | 350 | 23 | 13 | 0 | 134 | 11 | 103 | 125 | 61 |
| Binary | 11001111 | 11101000 | 10011 | 1011 | 0 | 1011100 | 1001 | 1000011 | 1010101 | 110001 |
Color Harmonies of #CFE813
Complementary color
Monochromatic Colors of #CFE813
Black with #CFE813
Text Example
Text Example
White with #CFE813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE813; }
p { color: rgb(207,232,19); }
H1.HeaderClassName
{
color: #CFE813;
}
.AnyTagClassName
{
color: #CFE813;
}
</style>
background-color css
<style>
a { background-color: #CFE813; }
a { background-color: rgb(207,232,19); }
div.DivClassName
{
background-color: #CFE813;
}
.BgClassName
{
background-color: #CFE813;
}
</style>
border-color css
<style>
span { border-color: #CFE813; }
span { border-color: rgb(207,232,19); }
td.TdClassName
{
border-color: #CFE813;
}
.TagClassName
{
border-color: #CFE813;
}
</style>