Shades of Pear #CFF741
Tints of Pear #CFF741
RGB
CMYK
RGB Variations
Color information
#CFF741 (or 0xCFF741) is known color: Pear. HEX triplet: CF, F7 and 41. RGB value is (207,247,65). Sum of RGB (Red+Green+Blue) = 207+247+65=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 247 (96.88% from 255 or 47.59% from 519); Blue value is 65 (25.78% from 255 or 12.52% from 519); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF741 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF741 is #3008BE. Grayscale: #D6D6D6. Windows color (decimal): -3147967 or 4323279. OLE color: 4323279.
HSL color Cylindrical-coordinate representation of color #CFF741: hue angle of 73.19º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFF741 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 65 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.03 |
| HSL | 73.19º | 0.92% | 0.61% | - |
| HSV(B) | 73.19º | 0.74% | 0.97% | - |
| XYZ | 59.95 | 80.17 | 17.32 | - |
| YUV | 214.29 | 43.75 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 65 | 0.16 | 0 | 0.74 | 0.03 | 73.19 | 0.92 | 0.61 |
| Hex | CF | F7 | 41 | 10 | 0 | 4A | 3 | 49 | 5C | 3D |
| Octal | 317 | 367 | 101 | 20 | 0 | 112 | 3 | 111 | 134 | 75 |
| Binary | 11001111 | 11110111 | 1000001 | 10000 | 0 | 1001010 | 11 | 1001001 | 1011100 | 111101 |
Color Harmonies of #CFF741
Complementary color
Monochromatic Colors of #CFF741
Black with #CFF741
Text Example
Text Example
White with #CFF741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF741; }
p { color: rgb(207,247,65); }
H1.HeaderClassName
{
color: #CFF741;
}
.AnyTagClassName
{
color: #CFF741;
}
</style>
background-color css
<style>
a { background-color: #CFF741; }
a { background-color: rgb(207,247,65); }
div.DivClassName
{
background-color: #CFF741;
}
.BgClassName
{
background-color: #CFF741;
}
</style>
border-color css
<style>
span { border-color: #CFF741; }
span { border-color: rgb(207,247,65); }
td.TdClassName
{
border-color: #CFF741;
}
.TagClassName
{
border-color: #CFF741;
}
</style>