Shades of Pear #CFF948
Tints of Pear #CFF948
RGB
CMYK
RGB Variations
Color information
#CFF948 (or 0xCFF948) is known color: Pear. HEX triplet: CF, F9 and 48. RGB value is (207,249,72). Sum of RGB (Red+Green+Blue) = 207+249+72=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 72 (28.52% from 255 or 13.64% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF948 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF948 is #3006B7. Grayscale: #D8D8D8. Windows color (decimal): -3147448 or 4782543. OLE color: 4782543.
HSL color Cylindrical-coordinate representation of color #CFF948: hue angle of 74.24º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFF948 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 72 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.02 |
| HSL | 74.24º | 0.94% | 0.63% | - |
| HSV(B) | 74.24º | 0.71% | 0.98% | - |
| XYZ | 60.78 | 81.48 | 18.66 | - |
| YUV | 216.26 | 46.59 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 72 | 0.17 | 0 | 0.71 | 0.02 | 74.24 | 0.94 | 0.63 |
| Hex | CF | F9 | 48 | 11 | 0 | 47 | 2 | 4A | 5E | 3F |
| Octal | 317 | 371 | 110 | 21 | 0 | 107 | 2 | 112 | 136 | 77 |
| Binary | 11001111 | 11111001 | 1001000 | 10001 | 0 | 1000111 | 10 | 1001010 | 1011110 | 111111 |
Color Harmonies of #CFF948
Complementary color
Monochromatic Colors of #CFF948
Black with #CFF948
Text Example
Text Example
White with #CFF948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF948; }
p { color: rgb(207,249,72); }
H1.HeaderClassName
{
color: #CFF948;
}
.AnyTagClassName
{
color: #CFF948;
}
</style>
background-color css
<style>
a { background-color: #CFF948; }
a { background-color: rgb(207,249,72); }
div.DivClassName
{
background-color: #CFF948;
}
.BgClassName
{
background-color: #CFF948;
}
</style>
border-color css
<style>
span { border-color: #CFF948; }
span { border-color: rgb(207,249,72); }
td.TdClassName
{
border-color: #CFF948;
}
.TagClassName
{
border-color: #CFF948;
}
</style>