Shades of Pear #CFF61D
Tints of Pear #CFF61D
RGB
CMYK
RGB Variations
Color information
#CFF61D (or 0xCFF61D) is known color: Pear. HEX triplet: CF, F6 and 1D. RGB value is (207,246,29). Sum of RGB (Red+Green+Blue) = 207+246+29=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 246 (96.48% from 255 or 51.04% from 482); Blue value is 29 (11.72% from 255 or 6.02% from 482); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF61D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF61D is #3009E2. Grayscale: #D2D2D2. Windows color (decimal): -3148259 or 1963727. OLE color: 1963727.
HSL color Cylindrical-coordinate representation of color #CFF61D: hue angle of 70.78º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFF61D is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 29 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.04 |
| HSL | 70.78º | 0.92% | 0.54% | - |
| HSV(B) | 70.78º | 0.88% | 0.96% | - |
| XYZ | 58.91 | 79.27 | 13.36 | - |
| YUV | 209.6 | 26.08 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 29 | 0.16 | 0 | 0.88 | 0.04 | 70.78 | 0.92 | 0.54 |
| Hex | CF | F6 | 1D | 10 | 0 | 58 | 4 | 47 | 5C | 36 |
| Octal | 317 | 366 | 35 | 20 | 0 | 130 | 4 | 107 | 134 | 66 |
| Binary | 11001111 | 11110110 | 11101 | 10000 | 0 | 1011000 | 100 | 1000111 | 1011100 | 110110 |
Color Harmonies of #CFF61D
Complementary color
Monochromatic Colors of #CFF61D
Black with #CFF61D
Text Example
Text Example
White with #CFF61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF61D; }
p { color: rgb(207,246,29); }
H1.HeaderClassName
{
color: #CFF61D;
}
.AnyTagClassName
{
color: #CFF61D;
}
</style>
background-color css
<style>
a { background-color: #CFF61D; }
a { background-color: rgb(207,246,29); }
div.DivClassName
{
background-color: #CFF61D;
}
.BgClassName
{
background-color: #CFF61D;
}
</style>
border-color css
<style>
span { border-color: #CFF61D; }
span { border-color: rgb(207,246,29); }
td.TdClassName
{
border-color: #CFF61D;
}
.TagClassName
{
border-color: #CFF61D;
}
</style>