Shades of Pear #CFF725
Tints of Pear #CFF725
RGB
CMYK
RGB Variations
Color information
#CFF725 (or 0xCFF725) is known color: Pear. HEX triplet: CF, F7 and 25. RGB value is (207,247,37). Sum of RGB (Red+Green+Blue) = 207+247+37=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 247 (96.88% from 255 or 50.31% from 491); Blue value is 37 (14.84% from 255 or 7.54% from 491); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF725 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF725 is #3008DA. Grayscale: #D3D3D3. Windows color (decimal): -3147995 or 2488271. OLE color: 2488271.
HSL color Cylindrical-coordinate representation of color #CFF725: hue angle of 71.43º 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 #CFF725 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 37 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.03 |
| HSL | 71.43º | 0.93% | 0.56% | - |
| HSV(B) | 71.43º | 0.85% | 0.97% | - |
| XYZ | 59.33 | 79.92 | 14.05 | - |
| YUV | 211.1 | 29.75 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 37 | 0.16 | 0 | 0.85 | 0.03 | 71.43 | 0.93 | 0.56 |
| Hex | CF | F7 | 25 | 10 | 0 | 55 | 3 | 47 | 5D | 38 |
| Octal | 317 | 367 | 45 | 20 | 0 | 125 | 3 | 107 | 135 | 70 |
| Binary | 11001111 | 11110111 | 100101 | 10000 | 0 | 1010101 | 11 | 1000111 | 1011101 | 111000 |
Color Harmonies of #CFF725
Complementary color
Monochromatic Colors of #CFF725
Black with #CFF725
Text Example
Text Example
White with #CFF725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF725; }
p { color: rgb(207,247,37); }
H1.HeaderClassName
{
color: #CFF725;
}
.AnyTagClassName
{
color: #CFF725;
}
</style>
background-color css
<style>
a { background-color: #CFF725; }
a { background-color: rgb(207,247,37); }
div.DivClassName
{
background-color: #CFF725;
}
.BgClassName
{
background-color: #CFF725;
}
</style>
border-color css
<style>
span { border-color: #CFF725; }
span { border-color: rgb(207,247,37); }
td.TdClassName
{
border-color: #CFF725;
}
.TagClassName
{
border-color: #CFF725;
}
</style>