Shades of Pear #CFF728
Tints of Pear #CFF728
RGB
CMYK
RGB Variations
Color information
#CFF728 (or 0xCFF728) is known color: Pear. HEX triplet: CF, F7 and 28. RGB value is (207,247,40). Sum of RGB (Red+Green+Blue) = 207+247+40=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 247 (96.88% from 255 or 50% from 494); Blue value is 40 (16.02% from 255 or 8.10% from 494); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF728 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF728 is #3008D7. Grayscale: #D4D4D4. Windows color (decimal): -3147992 or 2684879. OLE color: 2684879.
HSL color Cylindrical-coordinate representation of color #CFF728: hue angle of 71.59º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFF728 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 40 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.03 |
| HSL | 71.59º | 0.93% | 0.56% | - |
| HSV(B) | 71.59º | 0.84% | 0.97% | - |
| XYZ | 59.38 | 79.94 | 14.31 | - |
| YUV | 211.44 | 31.25 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 40 | 0.16 | 0 | 0.84 | 0.03 | 71.59 | 0.93 | 0.56 |
| Hex | CF | F7 | 28 | 10 | 0 | 54 | 3 | 48 | 5D | 38 |
| Octal | 317 | 367 | 50 | 20 | 0 | 124 | 3 | 110 | 135 | 70 |
| Binary | 11001111 | 11110111 | 101000 | 10000 | 0 | 1010100 | 11 | 1001000 | 1011101 | 111000 |
Color Harmonies of #CFF728
Complementary color
Monochromatic Colors of #CFF728
Black with #CFF728
Text Example
Text Example
White with #CFF728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF728; }
p { color: rgb(207,247,40); }
H1.HeaderClassName
{
color: #CFF728;
}
.AnyTagClassName
{
color: #CFF728;
}
</style>
background-color css
<style>
a { background-color: #CFF728; }
a { background-color: rgb(207,247,40); }
div.DivClassName
{
background-color: #CFF728;
}
.BgClassName
{
background-color: #CFF728;
}
</style>
border-color css
<style>
span { border-color: #CFF728; }
span { border-color: rgb(207,247,40); }
td.TdClassName
{
border-color: #CFF728;
}
.TagClassName
{
border-color: #CFF728;
}
</style>