Shades of Pear #CFF726
Tints of Pear #CFF726
RGB
CMYK
RGB Variations
Color information
#CFF726 (or 0xCFF726) is known color: Pear. HEX triplet: CF, F7 and 26. RGB value is (207,247,38). Sum of RGB (Red+Green+Blue) = 207+247+38=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 247 (96.88% from 255 or 50.20% from 492); Blue value is 38 (15.23% from 255 or 7.72% from 492); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF726 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF726 is #3008D9. Grayscale: #D4D4D4. Windows color (decimal): -3147994 or 2553807. OLE color: 2553807.
HSL color Cylindrical-coordinate representation of color #CFF726: hue angle of 71.48º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFF726 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 38 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.03 |
| HSL | 71.48º | 0.93% | 0.56% | - |
| HSV(B) | 71.48º | 0.85% | 0.97% | - |
| XYZ | 59.34 | 79.93 | 14.13 | - |
| YUV | 211.21 | 30.25 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 38 | 0.16 | 0 | 0.85 | 0.03 | 71.48 | 0.93 | 0.56 |
| Hex | CF | F7 | 26 | 10 | 0 | 55 | 3 | 47 | 5D | 38 |
| Octal | 317 | 367 | 46 | 20 | 0 | 125 | 3 | 107 | 135 | 70 |
| Binary | 11001111 | 11110111 | 100110 | 10000 | 0 | 1010101 | 11 | 1000111 | 1011101 | 111000 |
Color Harmonies of #CFF726
Complementary color
Monochromatic Colors of #CFF726
Black with #CFF726
Text Example
Text Example
White with #CFF726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF726; }
p { color: rgb(207,247,38); }
H1.HeaderClassName
{
color: #CFF726;
}
.AnyTagClassName
{
color: #CFF726;
}
</style>
background-color css
<style>
a { background-color: #CFF726; }
a { background-color: rgb(207,247,38); }
div.DivClassName
{
background-color: #CFF726;
}
.BgClassName
{
background-color: #CFF726;
}
</style>
border-color css
<style>
span { border-color: #CFF726; }
span { border-color: rgb(207,247,38); }
td.TdClassName
{
border-color: #CFF726;
}
.TagClassName
{
border-color: #CFF726;
}
</style>