Shades of Pear #CFE615
Tints of Pear #CFE615
RGB
CMYK
RGB Variations
Color information
#CFE615 (or 0xCFE615) is known color: Pear. HEX triplet: CF, E6 and 15. RGB value is (207,230,21). Sum of RGB (Red+Green+Blue) = 207+230+21=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 230 (90.23% from 255 or 50.22% from 458); Blue value is 21 (8.59% from 255 or 4.59% from 458); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE615 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE615 is #3019EA. Grayscale: #C8C8C8. Windows color (decimal): -3152363 or 1435343. OLE color: 1435343.
HSL color Cylindrical-coordinate representation of color #CFE615: hue angle of 66.6º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFE615 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 21 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.10 |
| HSL | 66.6º | 0.83% | 0.49% | - |
| HSV(B) | 66.6º | 0.91% | 0.9% | - |
| XYZ | 54.16 | 69.91 | 11.35 | - |
| YUV | 199.3 | 27.38 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 21 | 0.10 | 0 | 0.91 | 0.10 | 66.6 | 0.83 | 0.49 |
| Hex | CF | E6 | 15 | A | 0 | 5B | A | 43 | 53 | 31 |
| Octal | 317 | 346 | 25 | 12 | 0 | 133 | 12 | 103 | 123 | 61 |
| Binary | 11001111 | 11100110 | 10101 | 1010 | 0 | 1011011 | 1010 | 1000011 | 1010011 | 110001 |
Color Harmonies of #CFE615
Complementary color
Monochromatic Colors of #CFE615
Black with #CFE615
Text Example
Text Example
White with #CFE615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE615; }
p { color: rgb(207,230,21); }
H1.HeaderClassName
{
color: #CFE615;
}
.AnyTagClassName
{
color: #CFE615;
}
</style>
background-color css
<style>
a { background-color: #CFE615; }
a { background-color: rgb(207,230,21); }
div.DivClassName
{
background-color: #CFE615;
}
.BgClassName
{
background-color: #CFE615;
}
</style>
border-color css
<style>
span { border-color: #CFE615; }
span { border-color: rgb(207,230,21); }
td.TdClassName
{
border-color: #CFE615;
}
.TagClassName
{
border-color: #CFE615;
}
</style>